#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Hide Error Message

In cell G7 is =SMALL(C7:E7,1)
Trying to use =IF(ISERROR funct to return a blank cell instead of #num! when
C7:E7 are blank
Please advise

Many thanks



  #2   Report Post  
Posted to microsoft.public.excel.misc
Ian Ian is offline
external usenet poster
 
Posts: 238
Default Hide Error Message

Try this:

=IF(ISNUMBER(SMALL(C7:E7,1)),SMALL(C7:E7,1),"")

--
Ian
--
"laurie g" wrote in message
...
In cell G7 is =SMALL(C7:E7,1)
Trying to use =IF(ISERROR funct to return a blank cell instead of #num!
when
C7:E7 are blank
Please advise

Many thanks





  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Hide Error Message

Thanks Ian

"Ian" wrote:

Try this:

=IF(ISNUMBER(SMALL(C7:E7,1)),SMALL(C7:E7,1),"")

--
Ian
--
"laurie g" wrote in message
...
In cell G7 is =SMALL(C7:E7,1)
Trying to use =IF(ISERROR funct to return a blank cell instead of #num!
when
C7:E7 are blank
Please advise

Many thanks






  #4   Report Post  
Posted to microsoft.public.excel.misc
Ian Ian is offline
external usenet poster
 
Posts: 238
Default Hide Error Message

No problem.

Thanks for the feedback.

--
Ian
--
"laurie g" wrote in message
...
Thanks Ian

"Ian" wrote:

Try this:

=IF(ISNUMBER(SMALL(C7:E7,1)),SMALL(C7:E7,1),"")

--
Ian
--
"laurie g" wrote in message
...
In cell G7 is =SMALL(C7:E7,1)
Trying to use =IF(ISERROR funct to return a blank cell instead of #num!
when
C7:E7 are blank
Please advise

Many thanks








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
Looking for gurus that knows show and hide functions on a pivot table? [email protected] Excel Worksheet Functions 0 September 3rd 06 05:25 PM
How can I hide a range of columns without hiding charts there? dbsavoy Charts and Charting in Excel 2 August 31st 06 04:30 PM
Can anyone tell me how to hide rows that have 0 values and text. Aussie Charts and Charting in Excel 2 April 13th 06 10:57 AM
Cannot hide columns in Excel John Johns Excel Worksheet Functions 1 February 28th 06 05:01 PM
Macro to hide blank cells in a range Dave Excel Discussion (Misc queries) 1 February 1st 06 11:55 PM


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