How to reference the current total, when it could be Cell H9 or H2

G

Gina

I have a workbook with several worksheets. Each of these worksheets has a
column (H) that has a running total. This total could be found in cell H3 or
H32, but the highest row# is always the current total.

Which function could I use in Sheet1 to return the current total of Sheet2?

Thank you !

Gina
 
G

Gord Dibben

=LOOKUP(99^99,Sheet2!H:H)

will return last numeric in column H

=LOOKUP(2,1/(Sheet2!H1:H65535<>""),Sheet2!H1:H65535)

will return the last anything from column H


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