Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
JcR
 
Posts: n/a
Default cell minimum value of zero ?

I want the value of a cell to equal zero (0) or a positive number

"#N/A" is appearing now

a1 = b1* c1

If b1 or c1 = 0, I get "#N/A" in the cell

I want it to be a "0" when that happens

thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default cell minimum value of zero ?

How do you get that? I get 0, as expected. One cell must have an error. You
can hide it with

=IF(ISERROR(A1*B1),0,A1*B1)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"JcR" wrote in message
...
I want the value of a cell to equal zero (0) or a positive number

"#N/A" is appearing now

a1 = b1* c1

If b1 or c1 = 0, I get "#N/A" in the cell

I want it to be a "0" when that happens

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
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Dates of a Day for a month & year cell formulas mikeburg Excel Discussion (Misc queries) 2 December 29th 05 10:14 PM
copying cell names Al Excel Discussion (Misc queries) 12 August 11th 05 03:01 PM
Cell color based upon cell value My View Excel Discussion (Misc queries) 11 July 6th 05 03:59 AM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM


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