ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to reference the current total, when it could be Cell H9 or H2 (https://www.excelbanter.com/excel-discussion-misc-queries/197995-how-reference-current-total-when-could-cell-h9-h2.html)

Gina[_2_]

How to reference the current total, when it could be Cell H9 or H2
 
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

Mike H

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

This will find the last numeric value in column H

=LOOKUP(10^23,H:H)

Mike

"Gina" wrote:

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


Gina[_2_]

How to reference the current total, when it could be Cell H9 o
 
Mike, thank you very much.
Gina

"Mike H" wrote:

Hi,

This will find the last numeric value in column H

=LOOKUP(10^23,H:H)

Mike

"Gina" wrote:

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


Gord Dibben

How to reference the current total, when it could be Cell H9 or H2
 
=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


On Thu, 7 Aug 2008 12:08:26 -0700, Gina wrote:

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




All times are GMT +1. The time now is 10:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com