Hello I have this formula I am trying to get to work and it is leaving the cell place when I have an X in T5 and the word First Class is on b33 on the page this page
I was wondering what I am doing wrong? I am trying to do is if First class is on cell b33 on page This Page then do the following If statement IF(OR($T5="X",$U5="X",$V5="X",$W5="X",$X5="X"),"X","") can take place where if any of those columns on row 5 have an X then it is good to put an X, just the looking for First Class has to happen first and if it is not first class then it does nothing basically
=IF(ThisPage!$B$33="First Class",IF(OR($T5="X",$U5="X",$V5="X",$W5="X",$X5="X"),"X",""),"")
I was wondering what I am doing wrong? I am trying to do is if First class is on cell b33 on page This Page then do the following If statement IF(OR($T5="X",$U5="X",$V5="X",$W5="X",$X5="X"),"X","") can take place where if any of those columns on row 5 have an X then it is good to put an X, just the looking for First Class has to happen first and if it is not first class then it does nothing basically
=IF(ThisPage!$B$33="First Class",IF(OR($T5="X",$U5="X",$V5="X",$W5="X",$X5="X"),"X",""),"")