How do I write a formula that returns a circle if a PO value in another column is greater than $100
=IF(["PO Amount"] > $10, "Circle", ["PO Amount"] <$10, "Square")
Answers
-
Smartsheet is intelligent enough to where you would not need the $ in your formula.
=IF(["PO Amount"]@row > 100, "Easy", IF(["PO Amount"]@row < 100, "Intermediate"))
How Ever if your Column Name does not actually have the "" in it I would remove those or the formula will not work
=IF([PO Amount]@row > 100, "Easy", IF([PO Amount]@row < 100, "Intermediate"))
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
Thank you Mark. Does the column column properties need to have the symbol selected?
-
Also when I put this formula in it reads #Invailddatatype
-
Sorry It took so long to reply. Yes you need to select symbol you want. IF you want circle and squares You would have to go lower down the list. Then you would put the formula in the Column that is using the symbols.
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 413 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!