display last entry in Excel

A

ayedeeh

I have created a column that calculates the running total, and i would like
Excel to use only the last value in the list. however, when a new value is
added to the bottom of the list, excel will then take that entry.

Can anybody help. Thanks
 
N

Nick Hodge

Ayedeeh

If the data is contiguous, (say in column A), you could use this

=INDIRECT("A"&COUNTA(A:A))

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 
A

ayedeeh

What if the list is not continuous, or if i display "zero values", can i get
it to display the last entry greater than 1?
 
N

Nick Hodge

ayedeeh

I used contiguous, not continuous, that is, there is no gaps in the data.
0's work fine

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 

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

Top