I have a formula that works for what I need it to but in the cell when it should be a 0 value, it shows FALSE.
=IF(D18>0,(E18/SUM(E9:E18))*C8)
Is there an easy way to adjust the formula to show a 0 value instead of a FALSE in the cell?
I have a formula that works for what I need it to but in the cell when it should be a 0 value, it shows FALSE.
=IF(D18>0,(E18/SUM(E9:E18))*C8)
Is there an easy way to adjust the formula to show a 0 value instead of a FALSE in the cell?
Hi,
Try this formula, hope it helps you :
=IF(D18>0,(E18/SUM(E9:E18))*C8,"0")
Click on "* Add Reputation" as a way to say thanks
change this =IF(D18>0,(E18/SUM(E9:E18))*C8)
to this =IF(D18>0,(E18/SUM(E9:E18))*C8,0)
Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
Sam Capricci
Got it Thank you both.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks