![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 5
|
I need to use the "Large" function to select the largest figure from a number of worksheets. The comparison number is in the same cell for each worksheet. How can I do this? Thanks.
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Chicago, IL USA
Posts: 2,042
|
Quote:
=MAX(Sheet1:Sheet3!B3:B4) =LARGE(Sheet1:Sheet3!B3:B4,1) Each will return the largest value in the range B3:B4 from sheets 1 through 3. HTH, Jay [ This Message was edited by: Jay Petrulis on 2002-04-12 08:44 ] |
|
|
|
|
|
|
#3 | |
|
New Member
Join Date: Apr 2002
Posts: 5
|
You are the man!
On 2002-04-12 08:43, Jay Petrulis wrote: Quote:
=MAX(Sheet1:Sheet3!B3:B4) =LARGE(Sheet1:Sheet3!B3:B4,1) Each will return the largest value in the range B3:B4 from sheets 1 through 3. HTH, Jay [ This Message was edited by: Jay Petrulis on 2002-04-12 08:44 ] [/quote] |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|