Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Art Art is offline
external usenet poster
 
Posts: 587
Default If error #NUM! or less than 1

Hello:

I have a range of cells that have the possibilties of having either a
number, #NUM!, or 0 (zero). I want to use a formula to check if the cell has
a number (more than 0), then it should give me that number or else (whether
it has a zero value or #NUM!) it should be empty ("").

So If I have in C2 the #NUM! and in A1 the folrmula to check if C2 has more
than 0, it should stay empty, etc.

Thanks for any help.

Art
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default If error #NUM! or less than 1

Do you mean

=IF(ISERROR(C2),"",IF(C20,C2,""))

If this post helps click Yes
---------------
Jacob Skaria


"art" wrote:

Hello:

I have a range of cells that have the possibilties of having either a
number, #NUM!, or 0 (zero). I want to use a formula to check if the cell has
a number (more than 0), then it should give me that number or else (whether
it has a zero value or #NUM!) it should be empty ("").

So If I have in C2 the #NUM! and in A1 the folrmula to check if C2 has more
than 0, it should stay empty, etc.

Thanks for any help.

Art

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Art Art is offline
external usenet poster
 
Posts: 587
Default If error #NUM! or less than 1

Yes. Thanks. I was trying to do it with the OR function, but it didn't work.
Thanks anyways.

Art

"Jacob Skaria" wrote:

Do you mean

=IF(ISERROR(C2),"",IF(C20,C2,""))

If this post helps click Yes
---------------
Jacob Skaria


"art" wrote:

Hello:

I have a range of cells that have the possibilties of having either a
number, #NUM!, or 0 (zero). I want to use a formula to check if the cell has
a number (more than 0), then it should give me that number or else (whether
it has a zero value or #NUM!) it should be empty ("").

So If I have in C2 the #NUM! and in A1 the folrmula to check if C2 has more
than 0, it should stay empty, etc.

Thanks for any help.

Art

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default If error #NUM! or less than 1

With OR when you check the condition IF =0 it returns error..
--
If this post helps click Yes
---------------
Jacob Skaria


"art" wrote:

Yes. Thanks. I was trying to do it with the OR function, but it didn't work.
Thanks anyways.

Art

"Jacob Skaria" wrote:

Do you mean

=IF(ISERROR(C2),"",IF(C20,C2,""))

If this post helps click Yes
---------------
Jacob Skaria


"art" wrote:

Hello:

I have a range of cells that have the possibilties of having either a
number, #NUM!, or 0 (zero). I want to use a formula to check if the cell has
a number (more than 0), then it should give me that number or else (whether
it has a zero value or #NUM!) it should be empty ("").

So If I have in C2 the #NUM! and in A1 the folrmula to check if C2 has more
than 0, it should stay empty, etc.

Thanks for any help.

Art

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
Visual Basic Error Run Time Error, Type Mismatch Meg Partridge Excel Discussion (Misc queries) 12 September 10th 08 06:10 PM
Error: "Excel encountered an error and had to remove some formatti Carl Excel Discussion (Misc queries) 0 September 18th 06 06:39 PM
Counting instances of found text (Excel error? Or user error?) S Davis Excel Worksheet Functions 5 September 12th 06 04:52 PM
I have Error 1919 Error Configuring ODBC dataSource Database Texanna1 Excel Discussion (Misc queries) 1 September 12th 06 06:35 AM


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