Finding Latest Variable

G

Guest

Assume cells A1 to A20 are filled in one at a time with values every 5
minutes. A1 will have a value after 5 minutes, A2 will have a value after 10
minutes, A3 after 15 minutes etc ... I would like cell A21 to indicate the
most recent added value. For example, after 12 minutes I would like A21 to
equal A2, after 17 minutes equal to A3 etc ... What formula do I place in
cell A21 to do this?
 
T

Trevor Shuttleworth

Ken

maybe:

=IF(ISERROR(INDEX(A1:A20,COUNTA(A1:A20))),"",INDEX(A1:A20,COUNTA(A1:A20)))

Regards

Trevor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Copy & paste 1
Formulas won't drag down the column 2
Excel 2003 formula 2
Counting Problem 2
Help with time formula 12
sort question 1
How do I nest hyperlinks? 2
Return latest value from data range 4

Top