When creating a work flow how to I get the alert to trigger based on a if a value "greater than" a c
When creating a work flow, how to I get the alert to trigger based on a if a value "greater than" a certain amount of time?
Best Answer
-
Happy to help!
Sure!
A helper column is a column we'd only use for helping achieve something. An example could be a check-box helper column with the formula below that would get checked when the date is earlier than today. (Could indicate that somethings overdue)
Try something like this.
=IF(DateColumn@row < TODAY(); 1)
The same version but with the below changes for your and others convenience.
=IF(DateColumn@row < TODAY(), 1)
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Make sense?
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.
Answers
-
Hi Mark,
You'd need to use a so-called helper column with a formula that would check a checkbox or similar.
Would that work?
I hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer. It will make it easier for others to find a solution or help to answer!
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.
-
Andree,
Could you explain a little more? Or point me in the right direction of where I could get some training on a helper column?
Thanks so much.
-
Happy to help!
Sure!
A helper column is a column we'd only use for helping achieve something. An example could be a check-box helper column with the formula below that would get checked when the date is earlier than today. (Could indicate that somethings overdue)
Try something like this.
=IF(DateColumn@row < TODAY(); 1)
The same version but with the below changes for your and others convenience.
=IF(DateColumn@row < TODAY(), 1)
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Make sense?
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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!