#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 358
Default Worksheet poser...

Here's a poser. I have a summary sheet which compiles data from 10 other
worksheets within the same workbook. The summary sheet looks for values of
MAX, MIN and AVERAGE across the 10 worksheets, and retrieve the values
accordingly. What i need, however, is not the value but rather the text in
cell AA1 that corresponds to the values retrieved. Here's an example:

Example, in the summary page:
MAX(Start:End!O2) will retrieve and display the maximum value across the
worksheets in cell O2 of all ten w'sheets. I will need a formula which will
then retrieve the text stored in cell AA1 of the worksheet that has the
maximum value, and display it on the summary page (beside the cell which
shows the result of the maximum value).

Is there any way to do this without macros or UDF?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 358
Default Worksheet poser...

Just to add, this was the failed formula that i tried on the summary sheet:
(A2 = Max(Start:End!O2)

=INDEX(Start:End!O1:AA4),MATCH(A2,Start:End!O2,0), 13)

"andrew" wrote:

Here's a poser. I have a summary sheet which compiles data from 10 other
worksheets within the same workbook. The summary sheet looks for values of
MAX, MIN and AVERAGE across the 10 worksheets, and retrieve the values
accordingly. What i need, however, is not the value but rather the text in
cell AA1 that corresponds to the values retrieved. Here's an example:

Example, in the summary page:
MAX(Start:End!O2) will retrieve and display the maximum value across the
worksheets in cell O2 of all ten w'sheets. I will need a formula which will
then retrieve the text stored in cell AA1 of the worksheet that has the
maximum value, and display it on the summary page (beside the cell which
shows the result of the maximum value).

Is there any way to do this without macros or UDF?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,081
Default Worksheet poser...

Without using a macro to 1) Find the calculated value, 2) return the
associated label, there's no way of doing this across multiple sheets

"andrew" wrote:

Just to add, this was the failed formula that i tried on the summary sheet:
(A2 = Max(Start:End!O2)

=INDEX(Start:End!O1:AA4),MATCH(A2,Start:End!O2,0), 13)

"andrew" wrote:

Here's a poser. I have a summary sheet which compiles data from 10 other
worksheets within the same workbook. The summary sheet looks for values of
MAX, MIN and AVERAGE across the 10 worksheets, and retrieve the values
accordingly. What i need, however, is not the value but rather the text in
cell AA1 that corresponds to the values retrieved. Here's an example:

Example, in the summary page:
MAX(Start:End!O2) will retrieve and display the maximum value across the
worksheets in cell O2 of all ten w'sheets. I will need a formula which will
then retrieve the text stored in cell AA1 of the worksheet that has the
maximum value, and display it on the summary page (beside the cell which
shows the result of the maximum value).

Is there any way to do this without macros or UDF?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 358
Default Worksheet poser...

Ok. How do i get this working with macro? (i posted this query before but
unfortunately the macro provided didn't completely work).

"Duke Carey" wrote:

Without using a macro to 1) Find the calculated value, 2) return the
associated label, there's no way of doing this across multiple sheets

"andrew" wrote:

Just to add, this was the failed formula that i tried on the summary sheet:
(A2 = Max(Start:End!O2)

=INDEX(Start:End!O1:AA4),MATCH(A2,Start:End!O2,0), 13)

"andrew" wrote:

Here's a poser. I have a summary sheet which compiles data from 10 other
worksheets within the same workbook. The summary sheet looks for values of
MAX, MIN and AVERAGE across the 10 worksheets, and retrieve the values
accordingly. What i need, however, is not the value but rather the text in
cell AA1 that corresponds to the values retrieved. Here's an example:

Example, in the summary page:
MAX(Start:End!O2) will retrieve and display the maximum value across the
worksheets in cell O2 of all ten w'sheets. I will need a formula which will
then retrieve the text stored in cell AA1 of the worksheet that has the
maximum value, and display it on the summary page (beside the cell which
shows the result of the maximum value).

Is there any way to do this without macros or UDF?

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
Excel Formula Poser Peter J Elliott New Users to Excel 3 February 9th 07 06:41 PM
plot graph from multiple worksheet as embedded chart object on every worksheet [email protected] Charts and Charting in Excel 3 August 24th 06 07:26 PM
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet Aster Excel Worksheet Functions 3 March 12th 06 09:58 AM
print area poser neilwebb New Users to Excel 1 July 11th 05 01:56 PM
print area poser neilwebb Excel Worksheet Functions 2 July 11th 05 01:52 PM


All times are GMT +1. The time now is 12:38 PM.

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"