I am having difficulty getting an IF function to work.
=IF(I3>0,"I3", I3+P2, "0")
I want this to happen:
If cell I3 is greater than ZERO, then show what is in the cell, if not, show ZERO AND then in column P3 have the sum of I3 and P2
Can anyone help please?
=IF(I3>0,"I3", I3+P2, "0")
I want this to happen:
If cell I3 is greater than ZERO, then show what is in the cell, if not, show ZERO AND then in column P3 have the sum of I3 and P2
Can anyone help please?