Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This formula returns the 2nd largest number from A1:A100
=LARGE(A1:A100,2) Is that something you can work with? Regards, Ron Microsoft MVP (Excel) "coolerthancool" wrote in message ... |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
No. I don't want second largest. I want second to last.
If there are a series of numbers: 1, 2, 4, 5, 5 The second to largest is 5 because 5 and 5 are two separate #'s. I only want to identify the second (or 3rd or 4th to last). "Ron Coderre" wrote: This formula returns the 2nd largest number from A1:A100 =LARGE(A1:A100,2) Is that something you can work with? Regards, Ron Microsoft MVP (Excel) "coolerthancool" wrote in message ... |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Before you protest any further, try the formula out that Ron posted (for the
numbers you are showing, the 2nd largest is the second to the last). Rick "coolerthancool" wrote in message ... No. I don't want second largest. I want second to last. If there are a series of numbers: 1, 2, 4, 5, 5 The second to largest is 5 because 5 and 5 are two separate #'s. I only want to identify the second (or 3rd or 4th to last). "Ron Coderre" wrote: This formula returns the 2nd largest number from A1:A100 =LARGE(A1:A100,2) Is that something you can work with? Regards, Ron Microsoft MVP (Excel) "coolerthancool" wrote in message ... |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Sun, 15 Jul 2007 17:10:00 -0700, coolerthancool
wrote: "Series" can have a number of different meanings. If your series is listed in column A, and there are no blanks, this formula will return the second to last entry: =INDEX(A:A,COUNT(A:A)-1) If your series is in column A, and there might be blanks or non-numbers listed, then this **array-entered** formula will return the second to last number. To array-enter a formula, after typing it into the formula bar, hold down <ctrl<shift while hitting <enter. Excel will place braces {...} around the formula. =INDEX(A:A,LARGE(ROW(A1:A65535)*ISNUMBER(A1:A65535 ),2)) --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can i use the IF function in a chart to choose its data series? | Charts and Charting in Excel | |||
excel chart maximum series should more than 255 series | Charts and Charting in Excel | |||
Set up macro in Excel to choose active row? | Excel Worksheet Functions | |||
how do I change a line series to a column series in excel? | Charts and Charting in Excel | |||
in excel, how do I choose a column and add 20% | Excel Worksheet Functions |