Forum Discussion
WPH
Jan 24, 2025Copper Contributor
IF with multiple conditions please
I have a spreadsheet in which I have created a credit card statement. I have managed to get most functions to work but an IF function is puzzling me how to get around it and is not coming back with ...
NikolinoDE
Jan 26, 2025Platinum Contributor
=IFERROR(IF(L49 > F50, L$39, IF(L49 - F50 < 0, L49 - F50, IF(L49 < I49, 0, L$39))), 0)