S
**{Steven}**
I am using the following equation
=IF(K48-U42<=G4,G4,K48-U42)
and it should give me G4 if k48-u42 is less than or equal to G4 and
otherwise, it should give me the difference between k48 and u42. However,
when G4 has a value of 0, I still get the difference between k48 and u42. I
should get a value the same as G4. What am I doing wrong?
TIA
Steven Connor
=IF(K48-U42<=G4,G4,K48-U42)
and it should give me G4 if k48-u42 is less than or equal to G4 and
otherwise, it should give me the difference between k48 and u42. However,
when G4 has a value of 0, I still get the difference between k48 and u42. I
should get a value the same as G4. What am I doing wrong?
TIA
Steven Connor