I think this may be an impossible circular reference but I really need a second opionion.
My cell has the following formula in it:
vlookup(c2,equipdata,7,FALSE)
but now I'm told that equipdata will be changing and the original data will be lost. Therefore, the information that the vlookup pulls in on 06/01/2011 needs to stay and only if the cell is blank or 0, etc., then does the vlookup need to occur when the sheet is opened on 06/10/2011, 06/15/2011, etc.
Is that possible? I was thinking for cell K2:
if (k2=0,(vlookup(c2,equipdata,7,FALSE),k2)
What do you think?
My cell has the following formula in it:
vlookup(c2,equipdata,7,FALSE)
but now I'm told that equipdata will be changing and the original data will be lost. Therefore, the information that the vlookup pulls in on 06/01/2011 needs to stay and only if the cell is blank or 0, etc., then does the vlookup need to occur when the sheet is opened on 06/10/2011, 06/15/2011, etc.
Is that possible? I was thinking for cell K2:
if (k2=0,(vlookup(c2,equipdata,7,FALSE),k2)
What do you think?