When tailoring this same array formula to my spreadsheet I receive and "#num!" error. Any suggestions?
RagDyeR wrote:
With text in Column A and numbers in Column B, and text criteria in C1,Try
31-Jul-08
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!
=====================================================
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
Previous Posts In This Thread:
Using LARGE function with criteria
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
RE: Using LARGE function with criteria
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
:
With text in Column A and numbers in Column B, and text criteria in C1,Try
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!
=====================================================
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
RE: Using LARGE function with criteria
Perfect. Much appreciated
:
Text in Column A, numbers in Column B, and text criteria in C1
I have a similar spreadsheet where I am trying to use the array formula below; however in using this array (tailored to the layout of my worksheet) and entering with CSE I am receiving a "#num!" error. Any suggestions?
Thanks in adavance for your help!
EggHeadCafe - Software Developer Portal of Choice
..NET Beginner's Guide To UI, Business, Data Layers
http://www.eggheadcafe.com/tutorial...b340-2e8c8cefd9d7/net-beginners-guide-to.aspx