Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default =Large function returns #NUM!

I have the following function to determine the largest value in a range of
data =LARGE(A1:A10,1). It works fine when the data is input manually
1,2,3,2,1,1,1, etc, however returns #NUM! on the range of data generated by
function. The function in each of the cells i want to find the highest value
of determines the numeric value of text in another cell. That function is
=IF(K4="Extremely
High","3",IF(K4="High","3",IF(K4="Medium","2",IF(K 4="Low","1",IF(K4="","1")))))

Can anyone help?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default =Large function returns #NUM!

Bryan Gnidrah wrote:
I have the following function to determine the largest value in a range of
data =LARGE(A1:A10,1). It works fine when the data is input manually
1,2,3,2,1,1,1, etc, however returns #NUM! on the range of data generated by
function. The function in each of the cells i want to find the highest value
of determines the numeric value of text in another cell. That function is
=IF(K4="Extremely
High","3",IF(K4="High","3",IF(K4="Medium","2",IF(K 4="Low","1",IF(K4="","1")))))

Can anyone help?


Remove all of the quotes (") around the numbers.


=IF(K4="Extremely High",3,IF(K4="High",3,
IF(K4="Medium",2,IF(K4="Low",1,IF(K4="",1)))))
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default =Large function returns #NUM!

Those numbers that you are returning from your function are actually
text values, because you have put quotes around them - drop the
quotes, like this:

=IF(K4="Extremely High",3,IF(K4="High",3,IF(K4="Medium",2,IF(K4="Low ",
1,IF(K4="",1)*))))

Hope this helps.

Pete

On Feb 17, 7:24*pm, Bryan Gnidrah <Bryan
wrote:
I have the following function to determine the largest value in a range of
data =LARGE(A1:A10,1). It works fine when the data is input manually
1,2,3,2,1,1,1, etc, however returns #NUM! on the range of data generated by
function. The function in each of the cells i want to find the highest value
of determines the numeric value of text in another cell. That function is
=IF(K4="Extremely
High","3",IF(K4="High","3",IF(K4="Medium","2",IF(K 4="Low","1",IF(K4="","1")*))))

Can anyone help?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default =Large function returns #NUM!

Glen,

Thanks for that. Its oftern the simplest of things that trip us up!

"Glenn" wrote:

Bryan Gnidrah wrote:
I have the following function to determine the largest value in a range of
data =LARGE(A1:A10,1). It works fine when the data is input manually
1,2,3,2,1,1,1, etc, however returns #NUM! on the range of data generated by
function. The function in each of the cells i want to find the highest value
of determines the numeric value of text in another cell. That function is
=IF(K4="Extremely
High","3",IF(K4="High","3",IF(K4="Medium","2",IF(K 4="Low","1",IF(K4="","1")))))

Can anyone help?


Remove all of the quotes (") around the numbers.


=IF(K4="Extremely High",3,IF(K4="High",3,
IF(K4="Medium",2,IF(K4="Low",1,IF(K4="",1)))))

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default =Large function returns #NUM!

Thanks Pete.

"Pete_UK" wrote:

Those numbers that you are returning from your function are actually
text values, because you have put quotes around them - drop the
quotes, like this:

=IF(K4="Extremely High",3,IF(K4="High",3,IF(K4="Medium",2,IF(K4="Low ",
1,IF(K4="",1)Â*))))

Hope this helps.

Pete

On Feb 17, 7:24 pm, Bryan Gnidrah <Bryan
wrote:
I have the following function to determine the largest value in a range of
data =LARGE(A1:A10,1). It works fine when the data is input manually
1,2,3,2,1,1,1, etc, however returns #NUM! on the range of data generated by
function. The function in each of the cells i want to find the highest value
of determines the numeric value of text in another cell. That function is
=IF(K4="Extremely
High","3",IF(K4="High","3",IF(K4="Medium","2",IF(K 4="Low","1",IF(K4="","1")Â*))))

Can anyone help?





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default =Large function returns #NUM!

You're welcome, Bryan - thanks for taking the trouble to feed back.

Pete

On Feb 17, 8:01*pm, Bryan Gnidrah
wrote:
Thanks Pete.


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
XL2002 - OFFSET function and LARGE function Trevor Williams Excel Worksheet Functions 3 March 3rd 08 01:40 PM
INT Function Returns 1 bhavesh Excel Worksheet Functions 3 December 29th 06 02:48 PM
Excel function LARGE returns error 'too few arguments' Browndoff Excel Worksheet Functions 5 July 26th 06 09:55 PM
Divide LARGE if multiple returns L. Howard Kittle Excel Discussion (Misc queries) 4 April 6th 06 10:37 PM
dsum returns 0 if criteria range too large JT Spitz Excel Worksheet Functions 1 March 1st 06 11:51 PM


All times are GMT +1. The time now is 09:38 PM.

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

About Us

"It's about Microsoft Excel"