![]() |
|
|||||||
| 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 |
|
Board Regular
Join Date: Feb 2002
Location: Tulsa, OK
Posts: 354
|
I have a list of numbers.
This list is not sorted and I don’t want to sort it. I want to use the second highest in a formula or calculation (2nd*B2*G14 or even another calculation or formula). How do I do that? Would it incorporate the RANK formula? |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Guderup, Denmark
Posts: 287
|
=LARGE(area, 2)
regards Tommy |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Helena, MT
Posts: 13,690
|
Use the Large Function to retrieve the 2nd Largest Number
=Large(Your Range,2)*B2*G14 etc |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Monterrey, Mexico
Posts: 1,433
|
You want LARGE function
__________________
Kind regards, Al Chara |
|
|
|
|
|
#5 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Columbus, OH, USA
Posts: 3,521
|
I'd suggest "Large", myself.
I'm surprised no one has suggested it. |
|
|
|
|
|
#6 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Monterrey, Mexico
Posts: 1,433
|
I always forget to hit "Topic Review" Too many people beat me to the draw.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|