S
smylieg
Having a problem with cell references being updated when I
add or delete a line to a sheet.
I have the following macro in a sheet
=IF(ISNUMBER(E18),IF(ISNUMBER(G17),G17+(E18/1440),MAX
(G12,G16)+E18/1440),"")
If I add or subtract a line in the sheet ahead of this
macro the cell references in the MAX statement do not get
updated correctly. The G12 reference gets updated but the
second value G16 in this case does not get changed
correctly.
Any ideas
Gerry Smylie
add or delete a line to a sheet.
I have the following macro in a sheet
=IF(ISNUMBER(E18),IF(ISNUMBER(G17),G17+(E18/1440),MAX
(G12,G16)+E18/1440),"")
If I add or subtract a line in the sheet ahead of this
macro the cell references in the MAX statement do not get
updated correctly. The G12 reference gets updated but the
second value G16 in this case does not get changed
correctly.
Any ideas
Gerry Smylie