J
Jeremy Leonard
I have a formula that I am using to gather some summary information at
the far right of the data I have in my spreadsheet.
An example of this fomula is:
=IF(exact(A5,C5),"ok","modify")
The problem I am running into is that if I insert data or remove data,
the formula will move the row that it is getting the information from.
Is there a way so that on the 5th row it is always looking at A5 and
C5, instead of moving to A6 if I add something in the A column?
Thanks in advance.
the far right of the data I have in my spreadsheet.
An example of this fomula is:
=IF(exact(A5,C5),"ok","modify")
The problem I am running into is that if I insert data or remove data,
the formula will move the row that it is getting the information from.
Is there a way so that on the 5th row it is always looking at A5 and
C5, instead of moving to A6 if I add something in the A column?
Thanks in advance.