Text in Column A, numbers in Column B, and text criteria in C1
- From: Ann B
- Date: Fri, 20 Nov 2009 09:34:35 -0800
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!
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!
=====================================================
"TT" <TT@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DBC3CEE8-C69A-477E-8AAB-1E2DF14CB8A2@xxxxxxxxxxxxxxxx
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:
On Thursday, July 31, 2008 11:10 AM
T wrote:
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
On Thursday, July 31, 2008 11:57 AM
yshridha wrote:
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
"TT" wrote:
On Thursday, July 31, 2008 12:04 PM
RagDyeR wrote:
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!
=====================================================
"TT" <TT@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DBC3CEE8-C69A-477E-8AAB-1E2DF14CB8A2@xxxxxxxxxxxxxxxx
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
On Thursday, July 31, 2008 12:39 PM
T wrote:
RE: Using LARGE function with criteria
Perfect. Much appreciated
"yshridhar" wrote:
EggHeadCafe - Software Developer Portal of Choice
C# : Implement Data Access Layer independent of Physical Database Schema
http://www.eggheadcafe.com/tutorials/aspnet/43e965af-c35d-4f42-87fa-105527c433fc/c--implement-data-acces.aspx
.
- Prev by Date: RE: How to select one record of each from a column
- Next by Date: count if condition in two columns
- Previous by thread: How to select one record of each from a column
- Next by thread: count if condition in two columns
- Index(es):
Relevant Pages
|