Show last number entered

  • Thread starter Thread starter hodkd
  • Start date Start date
H

hodkd

If I have a series of cells in a row and as I get data I enter it in the
cell and I have a cell at the end of the row where I want to show the
last cell entry that was made each time in that cell. Such as enter 12,
last cell would show 12, then enter 14 in the next cell, can I get only
the 14 to show in the last cell? and so on.
 
Use a formula like

=LOOKUP(2,1/(A1:H1<>""),A1:H1)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top