grubarbarian
New Member
- Joined
- Jun 29, 2016
- Messages
- 12
Dear Gurus,
I have a problem with my equation linking to cells after the data has been moved.
I have my data lined up left to right in my sheet in row 3 and an equation that will move the values in a certain cell and push them out to the right in row 3 if it does not honor a set constraint.
I have a separate equation (see below) that links to the data in row 3.
=IF(Y3="","",IF(Y3<>"",Y3-G3)*-1)
The problem I am facing is that when the data in row 3 does not meet the constraint it is moved to the right until it does honor the constraint. For example the data in cell Y3 may be moved to cell AB3. So in this example even though cell Y3 now has no data (and therefore ="") the equation links to cell AB3 and gives a value using that data instead of linking to cell Y3 where it should return a "" value.
Any advice on how I can keep my equation linked to cell Y3 instead of linking it to cell AB3 after the data is moved would be greatly appreciated.
Many thanks,
Chris.
I have a problem with my equation linking to cells after the data has been moved.
I have my data lined up left to right in my sheet in row 3 and an equation that will move the values in a certain cell and push them out to the right in row 3 if it does not honor a set constraint.
I have a separate equation (see below) that links to the data in row 3.
=IF(Y3="","",IF(Y3<>"",Y3-G3)*-1)
The problem I am facing is that when the data in row 3 does not meet the constraint it is moved to the right until it does honor the constraint. For example the data in cell Y3 may be moved to cell AB3. So in this example even though cell Y3 now has no data (and therefore ="") the equation links to cell AB3 and gives a value using that data instead of linking to cell Y3 where it should return a "" value.
Any advice on how I can keep my equation linked to cell Y3 instead of linking it to cell AB3 after the data is moved would be greatly appreciated.
Many thanks,
Chris.