Hi everyone,
Fairly newish user when it comes to formulas here; please forgive me if this has been answered elsewhere and I missed it in my searching.
I'm wanting to assign a value to a column named Bucket based on the value in the Start column for any given task. The date ranges look like this (using a numbered list for the bucket value, because why not):
- 2/20/20 - 2/26/20
- 2/27/20 - 3/4/20
- 3/5/20 - 3/11/20
- 3/12/20 - 3/18/20
...and so on. This particular portion of the project should take no more than 10-12 weeks to complete.
Is there an easier way to do this than nested IF statements? So far I've been thinking down the track of
=IF([Start]@row>2/19/20<2/27/20,"1",IF([Start]@row ...) etc. In pseudocode.
Thoughts?
Thanks!