How to set up columns to track status by week and not erase when moving to next week?
I have a project with tasks organized by rows. There is a column for status of each task. I've created columns for each week progressing into the future where I want to log the status at the end of each week in each column. My issue is that once we are in a new week, it leaves the previous column (week) blank.
How do I keep the data logged in each week?
Here is the formula I use in each week column. For reference, row 244 is the week start date, and row 245 is the week end date
=IF(AND($[Current Date]@row >= [1/5/25]$244, $[Current Date]@row <= [1/5/25]$245), $[Workflow / Status]@row, "")
Answers
-
You would need to set up a copy row automation that runs weekly and copies the rows over to a second sheet. You would then need to use an INDEX/COLLECT to bring over the appropriate week's status for each task from the static data on the second sheet.
-
That's a great idea! I will try this. Thank you
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!