G Guest Nov 2, 2005 #1 In a increasing array of values I want to use always the last value as input in another formula. Is there a smart trick? Thanks
In a increasing array of values I want to use always the last value as input in another formula. Is there a smart trick? Thanks
B Bob Phillips Nov 2, 2005 #2 =INDEX(A:A,MATCH(9.99999999999999E307,A:A)) will get the last value in column A. -- HTH RP (remove nothere from the email address if mailing direct)
=INDEX(A:A,MATCH(9.99999999999999E307,A:A)) will get the last value in column A. -- HTH RP (remove nothere from the email address if mailing direct)