You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
Formula condition!!
-
Thread starter
Bob Vance
-
Start date
--
=SUM(DG164
G165)
Only calulate if only if (DJ168>0) is more than zero
Thanks in advance for your help....Bob Vance
Hi Bob
=SUM(DG164
G165)*(DJ168>0)
just place that condition with an IF before the other one;
IF(DJ168>0,SUM(DG164
G165),"FALSE")
Thanx