Using Trend Arrows
I have a formula which works out the Net Days since an event occurred.
I have the following: [Event Type], [Days Since Last Event], [Day Before], [Trend]
The [Event Type] is the event I am searching for the number of days since the last one occurred. The Number of days appears in [Days Since Last Event], is a formula which works fine.
The [Day Before], is the same formula but is looking for the number of days yesterday, which is works fine.
What I am looking for is to define a formula that give the [Trend] of either up, down or across to display a trend arrow since yesterday. The difference between yesterday and today.
How would I do this?
regards
Steve J Moss
Comments
-
Hi Steve,
I'm not sure if this is what you're after but try this.
=IF([Days Since Last Event]@row > [Day Before]@row; "Up"; "Down")
The same version but with the below changes for your and others convenience.
=IF([Days Since Last Event]@row > [Day Before]@row, "Up", "Down")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Would that work?
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!