I need some assistance with an IF statement/formula.
If G24 is greater than zero, subtract G3 from G24 and display the results in G3 If G24 is null/blank, then keep G3's current value
Here is what I have so far but I know this needs to change.
=IF(G24>0,G3-G24,G3)
Example: Someone works a 40 hour work week so 40 hours is entered in G3. If a PTO number is entered in G24, for example "8" - I would like G3 to subtract G24 from it's value (40-8) = 32. If there are no PTO hours entered in G24, I would like for the current 40 hours in G3 to stay the same.



