Help, I'm trying to enter an =if(or statement and can't seem to get it right.
I want to say if the cell (A1) states "terminated" enter a 0 if it doesn't state termimated then look into cell B1 if that starts with PT30 or PT then calculate c1 divided by 173, if it doesn't start with P or R, enter 1
Col A Col B Col C
Active PT 20
Terminated FT
Active FT
What I have so far =IF(OR(a1="terminated",0),(b1="PT30",b1="PT),M5/173.331,1)
It's not working, If it shows active it's enter "false" if Terminated it's doing the calculation but for for anything in c1 not enter 1 for other than PT30 or PT. HELP
I want to say if the cell (A1) states "terminated" enter a 0 if it doesn't state termimated then look into cell B1 if that starts with PT30 or PT then calculate c1 divided by 173, if it doesn't start with P or R, enter 1
Col A Col B Col C
Active PT 20
Terminated FT
Active FT
What I have so far =IF(OR(a1="terminated",0),(b1="PT30",b1="PT),M5/173.331,1)
It's not working, If it shows active it's enter "false" if Terminated it's doing the calculation but for for anything in c1 not enter 1 for other than PT30 or PT. HELP