marcusmellgren
New Member
- Joined
- Sep 6, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi,
I am really new to Excel and I am really over my skill set. But I really want to have a tasklist, with daily, weekly, monthly, quarterly and yearly tasks.
I also have a checkbox on each row on the different sheets, since I have the dailies on the daily sheet and so on.
Is it possible to program the checkbox to auto UNcheck after x days from I clicked the checkbox as TRUE?
I have the file here: tasklist1.xlsx - Delafil.se if someone wants to have a look.
No virus what-so-ever on that file.
Since Im quite bad at Excel, I find it hard to explain. But in the picture you see what I mean, this is a yearly task, and when I click checkbox in column B I want it to turn into FALSE after 365 days.
What do you think?
Marcus
I am really new to Excel and I am really over my skill set. But I really want to have a tasklist, with daily, weekly, monthly, quarterly and yearly tasks.
I also have a checkbox on each row on the different sheets, since I have the dailies on the daily sheet and so on.
Is it possible to program the checkbox to auto UNcheck after x days from I clicked the checkbox as TRUE?
I have the file here: tasklist1.xlsx - Delafil.se if someone wants to have a look.
No virus what-so-ever on that file.
Since Im quite bad at Excel, I find it hard to explain. But in the picture you see what I mean, this is a yearly task, and when I click checkbox in column B I want it to turn into FALSE after 365 days.
What do you think?
tasklist1.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | TRUE-FALSE | CHECKBOX | REF | TYPE | ACTIVITY | ||
2 | FALSE | Exempel: Lämna in deklarationen | |||||
3 | FALSE | ||||||
4 | FALSE | ||||||
5 | FALSE | ||||||
6 | FALSE | ||||||
7 | FALSE | ||||||
8 | FALSE | ||||||
9 | FALSE | ||||||
10 | FALSE | ||||||
11 | FALSE | ||||||
12 | FALSE | ||||||
YEARLY |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B2:N46 | Expression | =$A2=TRUE | text | NO |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
D2:D12 | List | =LISTS!$B$3:$B$10 |
Marcus