Hello,
I am new to Smart Sheets and apologise in advance if this is a simple question...
Scenario:
I have a sheet that is updated via a Web Form and i would like to have a Job Status updated depending on a few conditions:
IF the Operator is equal to Unassigned then the Job Status is Unassigned
IF the Operator is not equal to Unassigned then the Job Status is Assigned
IF the Completion Date is not blank then the Job Status is set to Completed
IF the Operator Assigned is blank then the Job Status is Blank
I can get the first part of the IF statement to work, but i cannot get the final 2 stages to work, my current syntax is as follows:
=IF(Operator_Assigned1 = "Unassigned", "New Request", IF(Operator_Assigned1 <= "Unassigned", "Assigned"))
Any help is much appreciated on this.
Thanks,
Anthony