Symbol formulas
I want to compare 2 cells and depending on the results, display a different symbols.
I have a column called Average Time. There are 2 cells, one for Q2 and one for Q3. If the average time in Q2 is less than Q3 I want to display an Up arrow, if it is the same a Dash and if it is greater, the Down arrow.
Thanks in advance for the help.
Best Answer
-
Please try the following formula
=IFERROR(IF([Call Average Time]7 - [Call Average Time]14 > 0, "Up", IF([Call Average Time]7 - [Call Average Time]14 < 0, "Down", IF([Call Average Time]7 - [Call Average Time]14 = 0, "Unchanged"))), "")
screenhots shows the result:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Answers
-
Hope you are fine, Could you please share a screenshot for your sheet after removing any sensitive data
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Here is a screenshot:
So, what I want it to do is:
- If the total time in the column Call Average Time on row 7 (Q2) is greater than the total time on line 14 (Q3), I want to automatically have the Green UP arrow show in row 1.
- If the total time in the column Call Average Time on row 7 (Q2) is less than the total time on line 14 (Q3), I want to automatically have the Red DOWN arrow show in row 1.
- If the total time in the column Call Average Time on row 7 (Q2) is equal to the total time on line 14 (Q3), I want to automatically have the Yellow dash show in row 1.
- The Symbols: column is set to the Symbols... type (shown below).
Thank you,
-
Please try the following formula
=IFERROR(IF([Call Average Time]7 - [Call Average Time]14 > 0, "Up", IF([Call Average Time]7 - [Call Average Time]14 < 0, "Down", IF([Call Average Time]7 - [Call Average Time]14 = 0, "Unchanged"))), "")
screenhots shows the result:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
That worked perfectly. Thank you!
-
You are welcome and I will be happy to help you any time.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives