Detectiveclem
Active Member
- Joined
- May 31, 2014
- Messages
- 320
- Office Version
- 365
- 2016
- Platform
- Windows
- MacOS
What am I doing wrong
I am using this formula in cell E7 successfully =IF(D7-C7<0, 1+D7-C7, D7-C7).
But when cell C7 has no data I do NOT want ‘0’ to appear in E7. I have tried various formulas including this one =IF(C7=””,””,D7-C7<0, 1+D7-C7, D7-C7) but it doesn’t work.
Can someone please help me rectify the formula so that cell E7 remains blank until data is entered in C7.
Thank you
I am using this formula in cell E7 successfully =IF(D7-C7<0, 1+D7-C7, D7-C7).
But when cell C7 has no data I do NOT want ‘0’ to appear in E7. I have tried various formulas including this one =IF(C7=””,””,D7-C7<0, 1+D7-C7, D7-C7) but it doesn’t work.
Can someone please help me rectify the formula so that cell E7 remains blank until data is entered in C7.
Thank you