Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What would be formula to look for the [Max] value in say cell "I12" ACROSS
ALL worksheets with a workbook ? Currently if i use the MAX formula i get a result of the current worksheet only. Corey.... |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
=MAX(First:Last!I12) Where First is the name of the first sheet tab and Last is the name of the last sheet tab. Any sheets that are in between will be included in the formula reference. Biff "Corey" wrote in message ... What would be formula to look for the [Max] value in say cell "I12" ACROSS ALL worksheets with a workbook ? Currently if i use the MAX formula i get a result of the current worksheet only. Corey.... |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanx
Is there not an ALL SHEETS formula? Regards Corey "Biff" wrote in message ... Hi! =MAX(First:Last!I12) Where First is the name of the first sheet tab and Last is the name of the last sheet tab. Any sheets that are in between will be included in the formula reference. Biff "Corey" wrote in message ... What would be formula to look for the [Max] value in say cell "I12" ACROSS ALL worksheets with a workbook ? Currently if i use the MAX formula i get a result of the current worksheet only. Corey.... |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there not an ALL SHEETS formula?
That is an all sheets formula! Maybe I didn't do a good job of explaining it! Assume your sheet tabs are in this order: Sheet1 | Sheet2 | Sheet3 | Sheet4 You want the MAX from cell I12 on ALL sheets. =MAX(Sheet1:Sheet4!I12) ALL sheets that are physically located in between Sheet1 and Sheet4 (inclusive) will be included in the formula. Biff "Corey" wrote in message ... thanx Is there not an ALL SHEETS formula? Regards Corey "Biff" wrote in message ... Hi! =MAX(First:Last!I12) Where First is the name of the first sheet tab and Last is the name of the last sheet tab. Any sheets that are in between will be included in the formula reference. Biff "Corey" wrote in message ... What would be formula to look for the [Max] value in say cell "I12" ACROSS ALL worksheets with a workbook ? Currently if i use the MAX formula i get a result of the current worksheet only. Corey.... |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
When i place that in the formula box and hit enter, it opens up a file
dialog box? Is that right ? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ok, got it.
I have the tabs hiden, and need it like this, so unless i manually look for the last created sheet, i do dnot know the last value to put in the formula? COrey.... ... When i place that in the formula box and hit enter, it opens up a file dialog box? Is that right ? |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Corey" wrote in message
... When i place that in the formula box and hit enter, it opens up a file dialog box? Is that right ? No! I don't think I can explain it any better than I already have. What is the name of the very first tab in your file? What is the name of the very last tab in your file? The formula is: =MAX(name of the very first tab in your file:name of the very last tab in your file!I12) Biff |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Retrieving a specific cell from multiple worksheets | Excel Worksheet Functions | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
enter text in cell and have value change in all worksheets; with l | Excel Discussion (Misc queries) | |||
resetting last cell | Excel Discussion (Misc queries) | |||
copying same cell diff worksheets to new sheet | Excel Discussion (Misc queries) |