Thread
:
cell equation ?
View Single Post
#
2
jahoobob
Posts: n/a
Custermd Wrote:
Sorry could not get the eq to work. Here is a more specific ex.
b12=11
c12=21
d12=b12-c12 so then d12 should equal -10 but I need it to equal 0
Formula in d12 should be =If(b12-c12<0,0,b12-c12)
--
jahoobob
Reply With Quote