Hi,
I have a big dropdown menu for "estimate status" and I need the column next to it to give me the person who is assigned depending on he status"
=IF([Estimate Status]@row = "Case Needed", "Riley", IF([Estimate Status]@row = "Design Underway", "Lester", IF([Estimate Status]@row = "Design Underway - Previously Proposed", "Lester", IF([Estimate Status]@row = "Design Underway - Previously Booked", "Lester", IF([Estimate Status]@row = "Case Needed for Drawing Verification/Update, New F1/Addendum Issued - Previously sent to Customer for Approval", "Riley", IF([Estimate Status]@row = "Case Needed for DD01 Change Request", "Riley", IF([Estimate Status]@row = "Case Needed for DD02 Change Request", "Riley", IF([Estimate Status]@row = "Case Needed for DD03 Change Request", "Riley", IF([Estimate Status]@row = "Case Needed for DD04 Change Request", "Riley", IF([Estimate Status]@row = "Case Needed for DD05 Change Request", "Riley", IF([Estimate Status]@row = "Case Needed for DD06 Change Request", "Riley", IF([Estimate Status]@row = "Case Needed for DD07 Change Request", "Riley", IF([Estimate Status]@row = "Case Needed for DD08 Change Request", "Riley", IF([Estimate Status]@row = "Design Sent to Customer for Approval", "Customer", IF([Estimate Status]@row = "DD01 Sent to Customer for Approval", "Customer", IF([Estimate Status]@row = "DD02 Sent to Customer for Approval", "Customer", IF([Estimate Status]@row = "DD03 Sent to Customer for Approval", "Customer", IF([Estimate Status]@row = "DD04 Sent to Customer for Approval", "Customer", IF([Estimate Status]@row = "DD05 Sent to Customer for Approval", "Customer", IF([Estimate Status]@row = "DD06 Sent to Customer for Approval", "Customer", IF([Estimate Status]@row = "DD07 Sent to Customer for Approval", "Customer", IF([Estimate Status]@row = "DD08 Sent to Customer for Approval", "Customer", IF([Estimate Status]@row = "Design Approved, NAM to Propose", "Riley", IF([Estimate Status]@row = "DD01 Approved NAM to Propose", "Riley", IF([Estimate Status]@row = "DD02 Approved NAM to Propose", "Riley", IF([Estimate Status]@row = "DD03 Approved NAM to Propose", "Riley", IF([Estimate Status]@row = "DD04 Approved NAM to Propose", "Riley", IF([Estimate Status]@row = "DD05 Approved NAM to Propose", "Riley", IF([Estimate Status]@row = "DD06 Approved NAM to Propose", "Riley", IF([Estimate Status]@row = "DD07 Approved NAM to Propose", "Riley", IF([Estimate Status]@row = "DD08 Approved NAM to Propose", "Riley", IF([Estimate Status]@row = "DD09 Approved NAM to Propose", "Riley", IF([Estimate Status]@row = "DD10 Approved NAM to Propose", "Riley", IF([Estimate Status]@row = "CO Approved, NAM to Propose", "Riley", IF([Estimate Status]@row = "Case Needed for Drawing Verification Update New F1 Addendum Issued Previously Proposed", "Riley", IF([Estimate Status]@row = "Proposed", "Customer", IF([Estimate Status]@row = "Sent to Customer for Approval - Revised Drawing from F1/Addendum - Previously Proposed", "Costumer", IF([Estimate Status]@row = "Revised Drawing from F1/Addendum Approved, NAM to Resubmit Proposal", "Riley", IF([Estimate Status]@row = "Proposal Resubmitted - based on New F1/Addendum Received", "Riley", IF([Estimate Status]@row = "PO Received", "Riley", IF([Estimate Status]@row = "Submitted for Booking", "Riley", IF([Estimate Status]@row = "Booked", "Riley", IF([Estimate Status]@row = "Case Needed for Drawing Verification/Update, New F1/Addendum Issued - Booked Job", "Riley", IF([Estimate Status]@row = "Sent to Customer for Approval - Revised Drawing from F1/Addendum - Booked Job", "Customer", IF([Estimate Status]@row = "ON HOLD Presales", "Riley", IF([Estimate Status]@row = "ON Hold Booked Job", "Rachel", IF([Estimate Status]@row = "Completed", "Rachel", IF([Estimate Status]@row = Installation Completed", "Rachel", IF([Estimate Status]@row = "Closed Job in TIP", "Rachel", IF([Estimate Status]@row = "Cancelled", "cancelled", IF([Estimate Status]@row = "Closed", "Rachel", IF([Estimate Status]@row = "Riley to send ANSC to Andrea", "Riley"))))))))))))))))))))))))))))))))))))))))))))))))))
this is what I tried but always showing unparseable
let me know if I can change something! thanks!