Thread
:
Nested if
View Single Post
#
2
Posted to microsoft.public.excel.misc
Kevin B
external usenet poster
Posts: 1,316
Nested if
Try this:
=IF(OR(C4=0,D4=0),0,C4-D4)
Hope this helps.
--
Kevin Backmann
"Nigel" wrote:
Thius is a stupid question but I cannot for the life of me work it out
the calculation I need is
if C4=0 or if D4 = 0 then 0 else c4-d4
Reply With Quote
Kevin B
View Public Profile
Find all posts by Kevin B