Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
DBickel
 
Posts: n/a
Default Reference the worksheet from a multiple worksheet range function (

I want to reference the worksheet that is returned when I do a 3-D reference
function.

For example:
If on worksheet "1" of 40 I have this formula:
=MAX('2:40'!I4)

It will return the maximum value, but I need to know which worksheet had the
maximum value. Suggestions? Please?

  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Probably not what you had in mind ....

List the sheet names somewhere, say, starting in H2.

In H2 enter 2. In H3 enter 3.

Select both H2 and H3 and drag down to H40.

In I2 enter this formula and copy down to I40:

=INDIRECT(H2&"!I4")

To find the sheet with the max value from cell I4:

=INDEX(H2:H40,MATCH(MAX(I2:I40),I2:I40,0))

Biff

"DBickel" wrote in message
...
I want to reference the worksheet that is returned when I do a 3-D
reference
function.

For example:
If on worksheet "1" of 40 I have this formula:
=MAX('2:40'!I4)

It will return the maximum value, but I need to know which worksheet had
the
maximum value. Suggestions? Please?



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
Absolute Worksheet reference number Tony M Excel Discussion (Misc queries) 4 March 21st 05 06:10 PM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM
Using a cell reference to refernce worksheet in another work book [email protected] Excel Worksheet Functions 5 January 6th 05 06:26 PM
Indirect reference from one worksheet to another Bill Sturdevant Excel Worksheet Functions 2 December 17th 04 01:23 PM
Reference Data in Moved Worksheet tommcbrny Setting up and Configuration of Excel 1 December 1st 04 06:49 PM


All times are GMT +1. The time now is 06:24 AM.

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

About Us

"It's about Microsoft Excel"