mediaeval
06-13-2008, 02:17 AM
I have a cell formula, as follows.
=IF(LEFT(Product,4)="U_FP",INDEX((colPolicyNumber,colChargeType),MATCH(IF(ISERROR(VALUE(PolicyNu mber)),PolicyNumber,VALUE(PolicyNumber)),colPolicyNumber,0),1,2),"NONE")
When I open my spreadsheet, all cells update except for this one – it gives a #VALUE! error. I am confident that the formula is correct – it just doesn’t update. The only way I can get it to update is hit F2 to edit the cell, and hit return, without editing. Then it updates with the correct value. How can I get it to automatically update? There is a lot of macro code behind the spreadsheet, so maybe I can do it in there.
=IF(LEFT(Product,4)="U_FP",INDEX((colPolicyNumber,colChargeType),MATCH(IF(ISERROR(VALUE(PolicyNu mber)),PolicyNumber,VALUE(PolicyNumber)),colPolicyNumber,0),1,2),"NONE")
When I open my spreadsheet, all cells update except for this one – it gives a #VALUE! error. I am confident that the formula is correct – it just doesn’t update. The only way I can get it to update is hit F2 to edit the cell, and hit return, without editing. Then it updates with the correct value. How can I get it to automatically update? There is a lot of macro code behind the spreadsheet, so maybe I can do it in there.