Why am I getting a circular reference error when trying to input "N/A" for a blank value at row?
I have a survey form using the symbols columns for star-ratings. In the form, there is an additional star-rating question if a yes/no question is answered yes. So what this looks like on the sheet would be sometimes blank cells for that column depending on the answers selected. I want to have "N/A" input when the cell is blank (when that question didn't have to be rated due to a previous "No" answer). It appears that the IF(ISBLANK formula is the way to go; however every time I try I keep getting a circular reference. Any ideas what I'm doing wrong?
=IF(ISBLANK([Enhancement Rating - if a Process improvement]@row), "N/A", [Enhancement Rating - if a Process improvement]@row)
Answers
-
You cannot have a formula in a cell that the formula is referencing. You would need to put the formula in a different column.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!