Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Formula Poser | New Users to Excel | |||
plot graph from multiple worksheet as embedded chart object on every worksheet | Charts and Charting in Excel | |||
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet | Excel Worksheet Functions | |||
print area poser | New Users to Excel | |||
print area poser | Excel Worksheet Functions |