Incrementally increasing a number daily in a cell
I want to have a number incrementally increase by 1 each day until a checkbox is selected in another column.
There are 2 columns named:
- Days Lost (Column type Text/Number)
- Team Restarted (Column type Checkbox)
If I put a 1 into a cell (Row 1) in the Days Lost column, I want it to change to 2, the following day. If the checkbox is checked in the Team Restarted column of Row 1, then the number would stay as 1.
I am using Row 1 for both examples.
So in this instance, the number in the Days Lost column would change from 1 to 2 because the Team Restarted column is not checked and it is the following day. I would need the number to increase by 1 each day, until there is a checkmark in the Team Restarted column.
In this instance, the number in the Days Lost column would stay as 1 because the Team Restarted is checked.
Thanks in advance.
Best Answer
-
Ok.
I'd recommend something like this.
- Add a so-called helper column. Helper Date
- Add a Record a Date Workflow that records the date in the column when the Team Restarted Checkbox is checked.
- Add something like this to the Days Lost column.
=IF([Team Restarted]@row = 1, NETDAYS(Date@row, [Helper Date]@row), NETDAYS(Date@row, TODAY()))
Make sense?
Would that work/help?
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
-
I hope you're well and safe!
How many Days Lost can there be as a max?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and 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.
-
It could really be endless but I would say no more than 90 days max.
Thank you.
-
Ok.
I'd recommend something like this.
- Add a so-called helper column. Helper Date
- Add a Record a Date Workflow that records the date in the column when the Team Restarted Checkbox is checked.
- Add something like this to the Days Lost column.
=IF([Team Restarted]@row = 1, NETDAYS(Date@row, [Helper Date]@row), NETDAYS(Date@row, TODAY()))
Make sense?
Would that work/help?
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.
-
Worked perfectly! Thank you for all of the help.
-
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!