I have read what I could find online and in other answers in this fine forum but need to ask for help.
I would like to combine the following 2 IF(and) tests looking for return of TRUE if either is true.
=IF(AND(J9=1);(F9+G9+H9>45000))
=IF(AND(J9=2);(F9+G9+H9>30000))
I've read some answers on this site from very talented and experienced folks. I hope my goal is doable. Have tried many iterations but without success.
Thank You.
michael