Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hey gang,
I have a workbook with about 40 worksheets in it. Each sheet contains multiple scores for an individual. I would like to be able to search every worksheet and return the 3 largest scores found. Any ideas? Thanks, Matt |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LARGE('Sheet1:Sheet40'!A:C,1)
=LARGE('Sheet1:Sheet40'!A:C,2) =LARGE('Sheet1:Sheet40'!A:C,3) mpenkala wrote: Hey gang, I have a workbook with about 40 worksheets in it. Each sheet contains multiple scores for an individual. I would like to be able to search every worksheet and return the 3 largest scores found. Any ideas? Thanks, Matt |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Lori,
Function works great. Is it possible to manipulate the formula to search only certain numbers on the sheet, not all of them? Example - Can I search B6:B8, C6:C8, D6:D8 on each sheet? Matt "Lori" wrote: =LARGE('Sheet1:Sheet40'!A:C,1) =LARGE('Sheet1:Sheet40'!A:C,2) =LARGE('Sheet1:Sheet40'!A:C,3) mpenkala wrote: Hey gang, I have a workbook with about 40 worksheets in it. Each sheet contains multiple scores for an individual. I would like to be able to search every worksheet and return the 3 largest scores found. Any ideas? Thanks, Matt |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
BIFF - Help!! lookup numbers in multiple columns and return one nu | Excel Worksheet Functions | |||
Vlookup to Return a Range of Data | Excel Discussion (Misc queries) | |||
search multiple sheets for specific date, return data in cell to r | Excel Discussion (Misc queries) | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions |