Cannot convert to column formula to save my life...

I have two columns: Days Open and Turnaround, depending on "Status". I have tried so many ways to convert these to column formulas and Smartsheet will not let me. A lot of folks will be using this sheet so I'd rather not rely on everyone dragging down the formulas if I can help it. I've created a sheet with literally just =TODAY(), and linked that, I've tried using an automation to fill the "Date Rcv'd" column. Nothing is working….please help!

=IF(AND(Status@row <> "Complete", Status@row <> "Cancelled", Ancestors@row = 0), TODAY() - [Date Rcv'd]@row, "")

=[Linked Today]@row - Created@row

=[Linked Today]@row - [Date Rcv'd]@row

=IF(COUNT(CHILDREN()) = 0, IF(ISBLANK([Distribution Date]@row), "", [Distribution Date]@row - [Date Rcv'd]@row), "")

Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!