Formula for Symbols
Hello!
hope this is easy enough but im still trying to master my formulas with symbols. Can anyone help me with this one? I need to use the symbol to indicate if current month is more, less or same as prior month @row
Best Answer
-
You would use a nested IF statement.
=IF([AR Days Current Month]@row>[AR Days Prior Month]@row, "up arrow", IF([AR Days Current Month]@row<[AR Days Prior Month]@row, "down arrow", "right arrow"))
You will need to replace each "directional arrow" with the appropriate text value. You can find out what text values to use by clicking on one of the cells in the symbol column and expanding the options as if you are going to manually select them.
Answers
-
You would use a nested IF statement.
=IF([AR Days Current Month]@row>[AR Days Prior Month]@row, "up arrow", IF([AR Days Current Month]@row<[AR Days Prior Month]@row, "down arrow", "right arrow"))
You will need to replace each "directional arrow" with the appropriate text value. You can find out what text values to use by clicking on one of the cells in the symbol column and expanding the options as if you are going to manually select them.
-
@Paul Newcome thank you!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!