#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default "Small"

=SMALL(S1:S5,3)
This gives me a #NUM! error, is there a way to avoid this? It has a negitive
effect on subsequent calculations.

Thanks!

M.A.Tyler
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default "Small"

What do want instead of the error?

This will leave the cell blank:

=IF(ISERROR(SMALL(S1:S5,3)),"",SMALL(S1:S5,3))

This will return a 0:

=IF(ISERROR(SMALL(S1:S5,3)),0,SMALL(S1:S5,3))

Biff

"M.A.Tyler" <Great Lakes State wrote in message
...
=SMALL(S1:S5,3)
This gives me a #NUM! error, is there a way to avoid this? It has a
negitive
effect on subsequent calculations.

Thanks!

M.A.Tyler



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default "Small"

Can you tell us what you have in S1:S5?

"M.A.Tyler" wrote:

=SMALL(S1:S5,3)
This gives me a #NUM! error, is there a way to avoid this? It has a negitive
effect on subsequent calculations.

Thanks!

M.A.Tyler

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 860
Default "Small"

Hi M.A.

The #NUM! error is most likely due to to text
entries in S1:S5

Copy a blank cell, select S1:S5, EditPaste SpecialAdd
and OK out.

HTH
Martin


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 299
Default "Small"

Don't know who you are answering but num errors are not due to text, value
errors are


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"MartinW" wrote in message
...
Hi M.A.

The #NUM! error is most likely due to to text
entries in S1:S5

Copy a blank cell, select S1:S5, EditPaste SpecialAdd
and OK out.

HTH
Martin





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 860
Default "Small"

Yes Peo. but in the given example =SMALL(S1:S5,3)
if 1 or 2 of those entries are text it will return a false answer
and if more than 2 of those entries are text it will return a #num error
as there is not enough data to produce the third smallest.

Regards
Martin


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default "Small"

It is if there are not 3 numbers in the range, so text or blank will
generate that error.

--
HTH

Bob

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

"Peo Sjoblom" wrote in message
...
Don't know who you are answering but num errors are not due to text, value
errors are


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"MartinW" wrote in message
...
Hi M.A.

The #NUM! error is most likely due to to text
entries in S1:S5

Copy a blank cell, select S1:S5, EditPaste SpecialAdd
and OK out.

HTH
Martin





  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default "Small"

This is the real trouble, is there a way around it?

"Bob Phillips" wrote:

It is if there are not 3 numbers in the range, so text or blank will
generate that error.

--
HTH

Bob

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

"Peo Sjoblom" wrote in message
...
Don't know who you are answering but num errors are not due to text, value
errors are


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"MartinW" wrote in message
...
Hi M.A.

The #NUM! error is most likely due to to text
entries in S1:S5

Copy a blank cell, select S1:S5, EditPaste SpecialAdd
and OK out.

HTH
Martin






  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default "Small"

Count the numbers first?

=if(count(s1:s5)<3,"not enough numbers",small(s1:s5,3))

M.A.Tyler wrote:

This is the real trouble, is there a way around it?

"Bob Phillips" wrote:

It is if there are not 3 numbers in the range, so text or blank will
generate that error.

--
HTH

Bob

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

"Peo Sjoblom" wrote in message
...
Don't know who you are answering but num errors are not due to text, value
errors are


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"MartinW" wrote in message
...
Hi M.A.

The #NUM! error is most likely due to to text
entries in S1:S5

Copy a blank cell, select S1:S5, EditPaste SpecialAdd
and OK out.

HTH
Martin







--

Dave Peterson
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
How can I use the "Small Caps" Font option in an Excel speadsheet execassist1976 Excel Discussion (Misc queries) 2 October 4th 06 10:40 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
small "sum" function usually located @ LR screen is gone Stormy Excel Discussion (Misc queries) 2 March 28th 06 02:37 PM
Insert "-" in text "1234567890" to have a output like this"123-456-7890" Alwyn Excel Discussion (Misc queries) 3 October 25th 05 11:36 PM


All times are GMT +1. The time now is 05:39 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"