I am about to lose my mind...I think i am correctly writing an IF statement but it is not returning the value I am looking for. Can anyone validate that I have written this correctly. Thank you!
=IF(J24=0,(I27+J23),(I27+J24))
If J24 is greater than zero it returns the correct value. If J24 is 0 it just returns 0.
=IF(J24=0,(I27+J23),(I27+J24))
If J24 is greater than zero it returns the correct value. If J24 is 0 it just returns 0.