IF STATEMENT

Options

Hi.

I have two columns : Deliverable status and Task status and I have the following conditions applied to the task status column: 

1. If deliverable status = reported or shipped, then task status  = complete

2. If deliverable status  = awaiting results, then task status = ongoing

3. If deliverable status = not required or to be decided (TBD), then task status = not applicable 

 

I created the following formula : =IF([DELIVERABLE STATUS]1 = "AWAITING RESULTS","ONGOING",IF(OR([DELIVERABLE STATUS]1 = "REPORTED,"SHIPPED"),"COMPLETE",IF(OR([DELIVERABLE STATUS]1 = "NOT REQUIRED","TBD"), "N/A")))

 

But its showing that its unparseable. 

Can someone please see what the error in the formula is ?

 

Thank you

Comments