Circular Reference
I am working on a RAID log and want the "Next Action Owner" column to be filled in with the name in the "Created by" column if people do not add a name in the "Next Action Owner" column. Is there a way to edit the formula that I currently have in the "Next Action Owner" column to have this done without receiving a circular reference error? The current formula is =IF(ISBLANK([Next Action Owner]@row), [Created By]@row, [Next Action Owner]@row)
Best Answer
-
Your best bet in this case would be to create a column, there might be a way but its probably more complicated. Just create another column called "Next Action Owner (Formula)" or something then use your same formula to populate it. Adds a bit of extra data to your sheet but it will resolve your problem quickly and easily without having to update any forms.
=IF([Next Action Owner]@row = "", [Created By]@row, [Next Action Owner]@row)
Answers
-
Your best bet in this case would be to create a column, there might be a way but its probably more complicated. Just create another column called "Next Action Owner (Formula)" or something then use your same formula to populate it. Adds a bit of extra data to your sheet but it will resolve your problem quickly and easily without having to update any forms.
=IF([Next Action Owner]@row = "", [Created By]@row, [Next Action Owner]@row)
-
Thank you for your help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!