Dear reader,
I am trying to count the unique values in a column, based on 1 week, 2 weeks and 3 weeks.
So I've done column C with an index/match formula, giving me unique weeknumbers ranging from 1 to 52.
I'm struggling with working out a working formula for column D, E & F.
In column D I'm just trying to get the total amoun to unique values for each week.
In column E I'm trying to get the same result but then for that week and the next week. So the results in E2 would be the total unique values for week 1 and 2.
In column F the same results but then for week 1, 2 & 3. F3 would give the results for week 2, 3 & 4.
Example:
Any help is much appreciated!
I am trying to count the unique values in a column, based on 1 week, 2 weeks and 3 weeks.
So I've done column C with an index/match formula, giving me unique weeknumbers ranging from 1 to 52.
I'm struggling with working out a working formula for column D, E & F.
In column D I'm just trying to get the total amoun to unique values for each week.
In column E I'm trying to get the same result but then for that week and the next week. So the results in E2 would be the total unique values for week 1 and 2.
In column F the same results but then for week 1, 2 & 3. F3 would give the results for week 2, 3 & 4.
Example:
Value | Week | Unique Week Numbers | Total Unique Values Per Week | Total Unique Values Per 2 Weeks | Total Unique Value Per 3 Weeks |
10 | 1 | 1 | 3 | 3 | 4 |
15 | 1 | 2 | 3 | 4 | 4 |
20 | 1 | 3 | 2 | 3 | |
15 | 2 | 4 | 1 | ||
20 | 2 | ||||
10 | 2 | ||||
30 | 3 | ||||
10 | 3 | ||||
20 | 4 |
Any help is much appreciated!