#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default #NUM!

If have the following in cells C21 thru' C25 on a
worksheet

=SMALL(Medal!F$5:F$50,1)
=SMALL(Medal!F$5:F$50,2)
=SMALL(Medal!F$5:F$50,3)
=SMALL(Medal!F$5:F$50,4)
=SMALL(Medal!F$5:F$50,5)

Prior to any entries appearing in the Medal worksheet,
C21 thru'C25 contain #NUM!. I don't want these to be
shown. What addition to the code above needs to be made
such that the cells will initially appear blank
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default #NUM!

Hi
use something like
=IF(ISERROR(SMALL(Medal!F$5:F$50,1)),"",SMALL(Meda l!F$5:F$50,1))



--
Regards
Frank Kabel
Frankfurt, Germany


TomD wrote:
If have the following in cells C21 thru' C25 on a
worksheet

=SMALL(Medal!F$5:F$50,1)
=SMALL(Medal!F$5:F$50,2)
=SMALL(Medal!F$5:F$50,3)
=SMALL(Medal!F$5:F$50,4)
=SMALL(Medal!F$5:F$50,5)

Prior to any entries appearing in the Medal worksheet,
C21 thru'C25 contain #NUM!. I don't want these to be
shown. What addition to the code above needs to be made
such that the cells will initially appear blank

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default #NUM!

Frank,

Thanks. Works as required.

Tom
-----Original Message-----
Hi
use something like
=IF(ISERROR(SMALL(Medal!F$5:F$50,1)),"",SMALL(Med al!

F$5:F$50,1))



--
Regards
Frank Kabel
Frankfurt, Germany


TomD wrote:
If have the following in cells C21 thru' C25 on a
worksheet

=SMALL(Medal!F$5:F$50,1)
=SMALL(Medal!F$5:F$50,2)
=SMALL(Medal!F$5:F$50,3)
=SMALL(Medal!F$5:F$50,4)
=SMALL(Medal!F$5:F$50,5)

Prior to any entries appearing in the Medal worksheet,
C21 thru'C25 contain #NUM!. I don't want these to be
shown. What addition to the code above needs to be

made
such that the cells will initially appear blank

.

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



All times are GMT +1. The time now is 06:20 AM.

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"