Hi
I am trying to get a formula to work. I want to calculate the sum cells A1-B1 if cell C1 contains a date. If C1 is blank then I want a 0 value.
Thanks
Hi
I am trying to get a formula to work. I want to calculate the sum cells A1-B1 if cell C1 contains a date. If C1 is blank then I want a 0 value.
Thanks
Try this ...
=IF(ISBLANK(C1),0,SUM(A1:B1))
=IF(C1="",0,A1-B1)
Should do the trick
thanks guys
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks