Good Morning All
I was wondering if anyone can assist me, I have set up a multi parameter IF statement (Shown below) which is based on selections from two different cells to give different outcomes based on the selections there in, but I keep getting errors
Any thoughts or help would be appreciated
ThanksPHP Code:
=IF(OR(AND($B$5="Above",$B$7="Yes",B9+1),AND($B$5="Above",$B$7="No",B9+3),AND($B$5="Below",B9+1,$B$7="Yes",B9+1),AND($B$5="Below",$B$7="No",B9+2)),1,0)
CraigieL
Bookmarks