I’ll do my best to explain what I mean.
=IF(H3**>**H4,H3-H4) This formula works as intended and lets me easily subtract the values in H3 and H4.
The issue is if I add, IF(H3**<**H4,H3-H4) I still need the values to subtract, but I don’t want the values to go below 5 or into the negatives.
So I’m not sure how to set a minimum, I assume it is MIN(), but then I’m not certain on how to set up multiple functions together since my previous attempts to do so didn’t work too well.