Hi all I need some assistance on a formula ive been trying to create for several hours...

What I want to happen is to have the IF statement look at three cells, and if all meet the criteria then say "Complete", if not say "Incomplete"


Two criteria are as follows
IF(F4=G4="Reviewed") and IF(H4="Approved")
How do I combine these two statements so that if both are met, it returns "Complete" and if one or the other or both aren't met, it returns "Incomplete"

Thanks,
Tom