Programatically changing date ranges per column
Dear all,
I created a capacity overview sheet that sums the hourly allocation of co-workers between two dates, i.e. between today() and today(7), so one week from now. I would now like to extend that functionality to between today(8) and today(14), today(15) and today(21), and so on.
Is there a smart way to do this programmatically?
Thanks in advance,
Max
Answers
-
For now, I solved it by adding the first row with increasing numerical values for each column WN, i.e.
=SUMIFS({Hourly Allocation Range}, {Assigned To Range}, $[Primary Column]@row, {Start Range}, <=TODAY([W0]$1 * 7 + 1), {Finish Range}, >TODAY(([W0]$1 + 1) * 7))
Help Article Resources
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!