K
Kevin
I am trying to write a formula that will:
a) add two fields (E2 and G2) together and then either:
b) display "" (empty..nothing) if the total value is 0 (zero).
or
c) display the total value if the value is not equal to 0
So I've tried this:
=IF{SUM(E2,G2)=0} "" "=SUM(E2,G2)"
but I get a syntax error.
I'm thinking that something like this should be very simple, but I'm having
a hard time with it.
Any ideas??
a) add two fields (E2 and G2) together and then either:
b) display "" (empty..nothing) if the total value is 0 (zero).
or
c) display the total value if the value is not equal to 0
So I've tried this:
=IF{SUM(E2,G2)=0} "" "=SUM(E2,G2)"
but I get a syntax error.
I'm thinking that something like this should be very simple, but I'm having
a hard time with it.
Any ideas??