Report row results based on the last data entry in a column

  • Thread starter par4724 via OfficeKB.com
  • Start date
P

par4724 via OfficeKB.com

Hi,
Could anybody tell me if it is possible to report row results based on the
last data entry in a column. Here is the example: -
Say if I have the version number in column B.

A B C D E
1 Version 1 2 3
2 100 50 51.2 51
3 200 49 50

In a separate table on the same sheet i would like to report the results of
the row with the last data entered in column B. So the resutls would look
like: -

200 49 BLANK 50

I have tried using =LOOKUP(9.99999999999999E+307,'Sheet 1'!D:D) but this will
only report the last data entry in the one cell. Don't forget that i also
need the other results in the row regardless of data entered. I hope somebody
can help.


Thanks.

Paul
 
G

Gord Dibben

In AA1 enter =LOOKUP(1E+100,B:B)

Drag/copy across to AD


Gord Dibben MS Excel MVP
 

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