G
Guest
When I sort data in a large file, the formula commands in the same cell of
every row are changed in the resorted data, returning a VALUE# message,
appropriately because of the changed formula. This is my formula:
=IF(AND(Misc!$D$2-'Enrollment
Detail'!$AF5>360,AM5<>"RHC",AM5<>"Withdrawn",AM5<>""),"Completed","")
I am in the Enrollment Detail worksheet. The $AF5 does not change with the
rest of the row's cells. When all the others change to say row 10, the $AF
reference will change typically to one row less, is $AF9. This only impacts
moved data. So the rows above row 9 in the resorted data are not
Excel 2007 help suggests resorting the same data, but that does not correct
the problem. Other note: these cells are also all linked to a validation
list on the worksheet Misc.
every row are changed in the resorted data, returning a VALUE# message,
appropriately because of the changed formula. This is my formula:
=IF(AND(Misc!$D$2-'Enrollment
Detail'!$AF5>360,AM5<>"RHC",AM5<>"Withdrawn",AM5<>""),"Completed","")
I am in the Enrollment Detail worksheet. The $AF5 does not change with the
rest of the row's cells. When all the others change to say row 10, the $AF
reference will change typically to one row less, is $AF9. This only impacts
moved data. So the rows above row 9 in the resorted data are not
Excel 2007 help suggests resorting the same data, but that does not correct
the problem. Other note: these cells are also all linked to a validation
list on the worksheet Misc.