PC Review


Reply
Thread Tools Rate Thread

Criteria governing "LARGE" function

 
 
=?Utf-8?B?TS5BLlR5bGVy?=
Guest
Posts: n/a
 
      21st Aug 2007
I have a column of numbers, and would like to find the "largest number".
However I need it to be less than 130. something like =LARGE(C1:C20,(1<130)),
I've tried several different things, but nothing really works.

Thanks in advance!

Mike.
 
Reply With Quote
 
 
 
 
Peo Sjoblom
Guest
Posts: n/a
 
      21st Aug 2007
Try this

=MAX(IF(C1:C20<130,C1:C20))


enter it with ctrl + shift & enter


--
Regards,

Peo Sjoblom



"M.A.Tyler" <Great Lakes State> wrote in message
news:F72777A3-3E35-42E5-A446-(E-Mail Removed)...
>I have a column of numbers, and would like to find the "largest number".
> However I need it to be less than 130. something like
> =LARGE(C1:C20,(1<130)),
> I've tried several different things, but nothing really works.
>
> Thanks in advance!
>
> Mike.



 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      21st Aug 2007
=MAX(IF(C1:C20<130))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.
Excel will automatically enclose the formula in braces (curly brackets), do
not try to do this manually.
When editing the formula, it must again be array-entered.


--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"M.A.Tyler" <Great Lakes State> wrote in message
news:F72777A3-3E35-42E5-A446-(E-Mail Removed)...
>I have a column of numbers, and would like to find the "largest number".
> However I need it to be less than 130. something like
> =LARGE(C1:C20,(1<130)),
> I've tried several different things, but nothing really works.>
> Thanks in advance!
>
> Mike.



 
Reply With Quote
 
Niek Otten
Guest
Posts: n/a
 
      21st Aug 2007
Hi Mike,

=LARGE(C1:C120,COUNTIF(C1:C120,">130")+1)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"M.A.Tyler" <Great Lakes State> wrote in message news:F72777A3-3E35-42E5-A446-(E-Mail Removed)...
|I have a column of numbers, and would like to find the "largest number".
| However I need it to be less than 130. something like =LARGE(C1:C20,(1<130)),
| I've tried several different things, but nothing really works.
|
| Thanks in advance!
|
| Mike.


 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      21st Aug 2007
type

=MAX(IF(C1:C20<130,C1:C20))


--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Bob Phillips" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> =MAX(IF(C1:C20<130))
>
> which is an array formula, it should be committed with Ctrl-Shift-Enter,
> not just Enter.
> Excel will automatically enclose the formula in braces (curly brackets),
> do not try to do this manually.
> When editing the formula, it must again be array-entered.
>
>
> --
> ---
> HTH
>
> Bob
>
> (there's no email, no snail mail, but somewhere should be gmail in my
> addy)
>
>
>
> "M.A.Tyler" <Great Lakes State> wrote in message
> news:F72777A3-3E35-42E5-A446-(E-Mail Removed)...
>>I have a column of numbers, and would like to find the "largest number".
>> However I need it to be less than 130. something like
>> =LARGE(C1:C20,(1<130)),
>> I've tried several different things, but nothing really works.>
>> Thanks in advance!
>>
>> Mike.

>
>



 
Reply With Quote
 
=?Utf-8?B?TS5BLlR5bGVy?=
Guest
Posts: n/a
 
      21st Aug 2007
Works Great
Thanks to all!

"Bob Phillips" wrote:

> type
>
> =MAX(IF(C1:C20<130,C1:C20))
>
>
> --
> ---
> HTH
>
> Bob
>
> (there's no email, no snail mail, but somewhere should be gmail in my addy)
>
>
>
> "Bob Phillips" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > =MAX(IF(C1:C20<130))
> >
> > which is an array formula, it should be committed with Ctrl-Shift-Enter,
> > not just Enter.
> > Excel will automatically enclose the formula in braces (curly brackets),
> > do not try to do this manually.
> > When editing the formula, it must again be array-entered.
> >
> >
> > --
> > ---
> > HTH
> >
> > Bob
> >
> > (there's no email, no snail mail, but somewhere should be gmail in my
> > addy)
> >
> >
> >
> > "M.A.Tyler" <Great Lakes State> wrote in message
> > news:F72777A3-3E35-42E5-A446-(E-Mail Removed)...
> >>I have a column of numbers, and would like to find the "largest number".
> >> However I need it to be less than 130. something like
> >> =LARGE(C1:C20,(1<130)),
> >> I've tried several different things, but nothing really works.>
> >> Thanks in advance!
> >>
> >> Mike.

> >
> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"AND FUNCTION" RETURNS FALSE WHEN CRITERIA IS TRUELY MET. HELP!!! gamn Microsoft Excel Worksheet Functions 5 23rd Mar 2010 10:22 PM
Function to find 'n'th largest alphanumeric field (like "Large") =?Utf-8?B?U21pYmVz?= Microsoft Excel Worksheet Functions 8 17th Jun 2007 04:13 PM
Howto? Dlookup("field","SAVED_QUERY","Criteria='string'") Jndrline via AccessMonster.com Microsoft Access VBA Modules 4 3rd Nov 2006 08:23 PM
function "compile error msg: procedure too large" RASHESH Microsoft Excel Programming 4 13th May 2005 04:48 AM
Multiple (text) criteria in a "countif" function?? Muse 0f Fire Microsoft Excel Misc 4 28th Sep 2004 03:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:37 AM.