Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
#Circular Reference when automating Yes,Hold,No decisions
Hi,
Hit a lil road block here. Trying to automate the symbols for my status column based on drop down lists, but i keep getting a circular reference when putting in this formula,
=IF([Lead Result]1="Win",Status1="Yes",IF([Lead
Result]1,="Negotiating",Status1="Hold",Status1="No"))
Posting a screenshot of my sheet for reference, Thanks in advance for the help!
-Shiv
Comments
-
You don't need to reference the cell where the formula resides. In fact, you can't*.
=IF([Lead Result]1="Win","Yes",IF([Lead
Result]1,="Negotiating","Hold","No"))
should work (I did not test it).
Craig
*This also means you can not have a formula in one cell that sets the value in another cell.
-
Perfect timing. I am actually stuck on similar questions. I want to be able to have the symbol automatically inserted based on if we are over or under budget. How would I do that?
-
Try This in the column where you want the symbol inserted. I assume that you are using RYG symbols.
=IF([Budget]1 < "Some number", "Red", IF([Budget]1>"Some number","Green", "Yellow")). Pretty much the same thing that craig suggested
-
Thanks for pointing this out Craig! Have a fantastic weekend
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives