rockyhawkky
New Member
- Joined
- Jul 18, 2022
- Messages
- 8
- Office Version
- 365
- Platform
- Windows
Hi there, Here is my example, I got a chunk of data in sheet1 here, it's a task list contain start and end dates for each task. (it's comes from my calendar as power querry so it may fill up any times)
and i have sheet2 it's has a input as select week.
So I want to pull data that is in range of my selected start(E2) and end(F2) week to display in sheet2 and also want to pull the data that is past my selected week too. in this case, as you can see task8,task9,task10 it start or end dates are in another week but it has an activity going on in selected week so I also want to display them in sheet2.
Any help will be appreciated, Thank you.
My Scheduel.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Start | End | My Task | Priority | ||
2 | 22/10/2022 | 25/10/2022 | Task 1 | LOW | ||
3 | 23/10/2022 | 24/10/2022 | Task 2 | LOW | ||
4 | 24/10/2022 | 25/10/2022 | Task 3 | LOW | ||
5 | 25/10/2022 | 28/10/2022 | Task 4 | LOW | ||
6 | 26/10/2022 | 28/10/2022 | Task 5 | LOW | ||
7 | 28/10/2022 | 28/10/2022 | Task 6 | HIGH | ||
8 | 24/10/2022 | 27/10/2022 | Task 7 | LOW | ||
9 | 19/10/2022 | 25/10/2022 | Task 8 | LOW | ||
10 | 21/10/2022 | 30/10/2022 | Task 9 | LOW | ||
11 | 26/10/2022 | 31/10/2022 | Task 10 | LOW | ||
Sheet1 |
and i have sheet2 it's has a input as select week.
My Scheduel.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | Start | End | My Task This Week | Priority | WeekStart | WeekEnd | ||
2 | 22/10/2022 | 28/10/2022 | ||||||
Sheet2 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F2 | F2 | =E2+6 |
So I want to pull data that is in range of my selected start(E2) and end(F2) week to display in sheet2 and also want to pull the data that is past my selected week too. in this case, as you can see task8,task9,task10 it start or end dates are in another week but it has an activity going on in selected week so I also want to display them in sheet2.
Any help will be appreciated, Thank you.