Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default top 5 number is LARGE function with N/Afields


Hi,
I have a column with a bunch of numbers and some N/A fields. I would
like to find out the top 5 numbers. I tried with
=LARGE((A1:A1000), 1)
=LARGE((A1:A1000), 2)
=LARGE((A1:A1000), 3)
=LARGE((A1:A1000), 4)
=LARGE((A1:A1000), 5)

however the numbers I am getting don't seem to be correct. did the N/A
field affect the function? please advise. thanks.


--
owl527
------------------------------------------------------------------------
owl527's Profile: http://www.excelforum.com/member.php...o&userid=20916
View this thread: http://www.excelforum.com/showthread...hreadid=518559

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,886
Default top 5 number is LARGE function with N/Afields

Hi

Yes the N/A is resulting in a N/A error. The following array entered
formula worked for me
{=LARGE(IF(ISNUMBER(A1:A1000),A1:A1000,0),1)}

To array enter, commit or edit with Ctrl+Shift+Enter. Do not type the
curly braces { } yourself , when you use Ctrl+Shift+Enter, Excel will
insert them.

--
Regards

Roger Govier


"owl527" wrote in
message ...

Hi,
I have a column with a bunch of numbers and some N/A fields. I would
like to find out the top 5 numbers. I tried with
=LARGE((A1:A1000), 1)
=LARGE((A1:A1000), 2)
=LARGE((A1:A1000), 3)
=LARGE((A1:A1000), 4)
=LARGE((A1:A1000), 5)

however the numbers I am getting don't seem to be correct. did the N/A
field affect the function? please advise. thanks.


--
owl527
------------------------------------------------------------------------
owl527's Profile:
http://www.excelforum.com/member.php...o&userid=20916
View this thread:
http://www.excelforum.com/showthread...hreadid=518559



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
What does the number 1.26E-23 mean? Is it a large or small number Tommy37 Excel Discussion (Misc queries) 6 April 9th 10 05:12 PM
large function result as reference for offset function Z Excel Discussion (Misc queries) 1 May 5th 09 12:55 AM
Easy Reading - large number minus small number MUTTMIND New Users to Excel 5 February 5th 09 10:08 AM
How to sort number with text in large function? Clara Excel Worksheet Functions 2 October 18th 05 12:19 PM
Passing large number of variables to function RB Smissaert Excel Programming 5 July 31st 05 11:09 PM


All times are GMT +1. The time now is 12:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"