How do I incorporate the return of the vlookup function
=VLOOKUP(9.99999999999999E+307,A:A,1)
with the formula:
=IF(TODAY()-A7>0,TODAY()-A7,”0″)
where the VLOOKUP return will replace A7 in above formula with the last entry value
in “B”.
In other words, if I enter 3/20/2011 in “A8“, I want the “A7” in =IF(TODAY()-A7>0,TODAY()-A7,”0″)
to be updated to value of “A8” or 3/20/2011
and then the return of “D3” would be
=IF(TODAY()-A8>0,TODAY()-A8,”0″)
——
What advantage would the following approach in determining value of last entry have, if any.
=INDIRECT(“A”&MAX(ROW(1:65535)*(A1:B65535″”)))