MIyoshi_Pon
New Member
- Joined
- Jul 15, 2018
- Messages
- 3
I am using the below formula for a sales calculator in my organization and am getting a #VALUE ! error. Once I fill in D12 the error goes away, but if D12 is blank, the error is there. I'm sure it's a IFERROR I need to put in the formula, but not sure where to enter and compete the formula to get it to work.
I appreciate any help.
=IF(C12="","",IF(SUM(C12-D12)<=0,"Achieved",(SUM(C12-D12))))
I appreciate any help.
=IF(C12="","",IF(SUM(C12-D12)<=0,"Achieved",(SUM(C12-D12))))