Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Try this
If it does not work first try, please post your formula and a copy and paste of the error.
IF(
Trim([Return Tracking])="" and Trim([Shipped Serial])="", "1-Request Received",
Trim([Return Tracking])<>"" and IsNull([Received Date]) and Trim([Shipped Serial])="", "2-Tracking Label Sent",
Trim([Serial Received])<>"" and Trim([Shipped Serial])="", "3-Device Received by Vendor",
Trim([Shipped Serial])<>"", "4-Closed - Replacement Sent by Vendor")
If it does not work first try, please post your formula and a copy and paste of the error.
IF(
Trim([Return Tracking])="" and Trim([Shipped Serial])="", "1-Request Received",
Trim([Return Tracking])<>"" and IsNull([Received Date]) and Trim([Shipped Serial])="", "2-Tracking Label Sent",
Trim([Serial Received])<>"" and Trim([Shipped Serial])="", "3-Device Received by Vendor",
Trim([Shipped Serial])<>"", "4-Closed - Replacement Sent by Vendor")