Formula Help

Canteaug
✭✭✭✭
I think this should be a simple formula but I am getting a circular reference error. Can someone help? When the DocuSign status is sent then I would like the status column to change to "Pending Sig. Approval"
=IF([DocuSign Status]@row = "Sent", "Pending Sig. Approval", [Status]@row)
Best Answer
-
just change it to:
=IF([DocuSign Status]@row = "Sent", "Pending Sig. Approval", "")
Answers
-
just change it to:
=IF([DocuSign Status]@row = "Sent", "Pending Sig. Approval", "")
-
Thank you!
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!