Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Relative/Current Cell Reference in Hyperlinks cncf Excel Discussion (Misc queries) 0 June 1st 08 09:46 PM
Inserting current date when number entered in cell & Circular reference error? Pheasant Plucker® Excel Discussion (Misc queries) 4 April 10th 07 10:39 AM
Reference of current cell [email protected] Excel Discussion (Misc queries) 4 July 24th 06 08:19 PM
Can excel total up the same cell reference across several workshee anamcara Excel Worksheet Functions 3 December 15th 05 07:45 AM
Cell reference to current cell minus 1 Jared Mortlock Excel Worksheet Functions 3 November 10th 05 01:58 AM


All times are GMT +1. The time now is 04:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"