Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have 2 columns of date. One with text and another with related numeric
figures. I am trying to craft a formula which will extract the largest nth figures for a given text criteria. Any help would be appreciated. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
d1=LARGE(IF((A1:A10=c1),B1:B10),n)
text - column A numrics - column b c1 = text criteria n - nt figure it is an array formula. enter with ctrl+shift+enter best wishes sreedhar "TT" wrote: I have 2 columns of date. One with text and another with related numeric figures. I am trying to craft a formula which will extract the largest nth figures for a given text criteria. Any help would be appreciated. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perfect. Much appreciated
"yshridhar" wrote: d1=LARGE(IF((A1:A10=c1),B1:B10),n) text - column A numrics - column b c1 = text criteria n - nt figure it is an array formula. enter with ctrl+shift+enter best wishes sreedhar "TT" wrote: I have 2 columns of date. One with text and another with related numeric figures. I am trying to craft a formula which will extract the largest nth figures for a given text criteria. Any help would be appreciated. Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With text in Column A and numbers in Column B, and text criteria in C1,
Try this *array* formula: =LARGE(IF(A1:A15=C1,B1:B15),1) -- Array formulas are entered using CSE, <Ctrl <Shift <Enter, instead of the regular <Enter, which will *automatically* enclose the formula in curly brackets, which *cannot* be done manually. Also, CSE *must* be used when revising the formula. This is set for the *1st* largest! Just change the last 1 in the formula for other positions. -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "TT" wrote in message ... I have 2 columns of date. One with text and another with related numeric figures. I am trying to craft a formula which will extract the largest nth figures for a given text criteria. Any help would be appreciated. Thanks |
#5
![]() |
|||
|
|||
![]()
To extract the largest nth figures for a given text criteria, use the following formula:
Note that this formula is an array formula, so you need to press Ctrl + Shift + Enter instead of just Enter to enter the formula.
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help! How do I search for multiple criteria in a large spreadsheet | Excel Discussion (Misc queries) | |||
Criteria governing "LARGE" function | Excel Discussion (Misc queries) | |||
Large Based on Criteria | Excel Worksheet Functions | |||
Large function with multiple criteria | Excel Discussion (Misc queries) | |||
dsum returns 0 if criteria range too large | Excel Worksheet Functions |