How can I?

Hi
I am trying to create a automatic function whereby reviewing the status of two cells it will be able to show a progress status in the form of arrow symbols
for example if i have :
column 1 status total = 4
Column 2 updated weekly total =6
Column 3 movement progress = automatic appearance of ⬆️ ➡️ ⬇️ symbols.
I am struggling to create the right formula to do is, can anyone help?
thanks
mel
Best Answer
-
I would use this symbol column type:
The formula would be...
=IF([Column 2]@row = [Column 1]@row, "Unchanged", IF([Column 2]@row< [Column 1]@row, "Down", "Up"))
Answers
-
What would be the logic for up, right, and down arrows?
-
Hi Paul
I want to Show progress up = forward progress/ Down = backwards progress/ sideways has remained the same.
there may be a better way of showing this so happy for any options really.
thanks
Mel
-
I would use this symbol column type:
The formula would be...
=IF([Column 2]@row = [Column 1]@row, "Unchanged", IF([Column 2]@row< [Column 1]@row, "Down", "Up"))
-
Paul Thank you so much that worked a treat.
kind regards
Mel
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives