#1   Report Post  
Custermd
 
Posts: n/a
Default cell equation ?


If the value of a cell is less than zero, what is the easiest way to
default it to zero?

example

b6 = -15
I want it to default to zero regaurdless of any other equation in the
cell.

b6 = 0


--
Custermd
  #2   Report Post  
Marcster
 
Posts: n/a
Default


Hi Custermd,

Is this what your after:

=IF(b60<0,0,b6)

Doesn't seem to post correctly on this forum.
Should read: =IF(CELL is less than {LEFT ARROW}0, Then Display 0, else
display the CELL)

Marcster.


--
Marcster
  #3   Report Post  
Marcster
 
Posts: n/a
Default


=IF(b60<0,0,b6)


--
Marcster
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
copying cell names Al Excel Discussion (Misc queries) 12 August 11th 05 03:01 PM
Cell Change Color - Need Help alani New Users to Excel 3 June 29th 05 03:50 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Function syntax to compare cell contents ES Excel Worksheet Functions 2 May 18th 05 03:53 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


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