VSTACK, FILTER and IF funtions in formula to list what chores are done on specific day as in Saturday, December 2

AuDHDtism

New Member
Joined
Nov 29, 2023
Messages
32
Office Version
  1. 365
Platform
  1. MacOS
I'm looking for to find a formula to stack the Daily, Weekly, Other Chores that are needing to be done on Specific days. Daily Chores happen everyday, Weekly Chores only happen on specific days of the week as in Mondays I clean the bathroom), and Other Chores are only on specific Months on specific days as in clean freezer every 1 of the month.
 

Attachments

  • Screenshot 2023-12-02 at 1.12.49 PM.png
    Screenshot 2023-12-02 at 1.12.49 PM.png
    250.2 KB · Views: 13

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Hello
I would like to look at it, but I need the file.
Your explanation is too confusing to me.
Or you can use this new add in to paste a mini-sheet in your message.
Regards,
EF
 
Upvote 0
HI EF,
The problem is that it's not just a sheet it's multiple sheets to make a whole cleaning spreadsheet. I also do not have access to the XL to BB app even though I've downloaded it and try to set it up multiple times while reading all the materials that you guys continue to and others continue to send. I posted a screenshot of the data with the formula. I've been trying. Ask me questions to verify you are understanding what I need.
 
Upvote 0
I also do not have access to the XL to BB app even though I've downloaded it and try to set it up ..
Is this the problem?
 
Upvote 0
Cleaning Spreadsheet (Dec 1, 2023)_v2.xlsx
WXYZ
2Sunday
3
4AreaChoreTime
5JbedroomMake Bed8:00:00 AM
6PetsFill Water Bowl8:10:00 AM
7PetsClean Litter 8:20:00 AM
8PetsFeed Pets8:30:00 AM
9KitchenWipe counters8:45:00 AM
10KitchenEmpty Diswaher9:00:00 AM
11KitchenFill Diswasher9:00:00 AM
12PetsEmpty/Fill Litter
13KitchenTake out Trash/Recycling
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Daily & Weekly Chores
Cell Formulas
RangeFormula
X5:Z13X5=IF(VSTACK(FILTER($B$5:$D$29,$B$5:$B$29<>""),FILTER($F$5:$H$29,J$5:$J$29=TRUE))=0,"",VSTACK(FILTER($B$5:$D$29,$B$5:$B$29<>""),FILTER($F$5:$H$29,J$5:J$29=TRUE)))
Dynamic array formulas.


Cleaning Spreadsheet (Dec 1, 2023)_v2.xlsx
BCDEFGHIJKLMNOPQRSTUVWX
2Other ChoresActivate on which monthJanuary
3
4AreaChoreTimeDesired Due DateDesired Weekday#JanFebMarAprMayJunJulAugSepOctNovDecTarget Date
511Sat, Dec 30
60 
70 
80 
90 
100 
110 
120 
130 
140 
150 
160 
170 
180 
190 
200 
210 
220 
230 
240 
250 
260 
270 
280 
290 
300 
310 
320 
330 
340 
Other Chores
Cell Formulas
RangeFormula
H5:H34H5=COUNTIF(I5:T5,TRUE)
W5:W34W5=IFERROR(IF(I5,DATE(YEAR(V$2),MONTH(V$2),$E5+$F5-WEEKDAY(DATE(YEAR(V$2),MONTH(V$2),$E5))),""),"")
Cells with Data Validation
CellAllowCriteria
E5:E34List1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,21
F5:F34List='Custmose Here'!$E$22:$E$28

Cleaning Spreadsheet (Dec 1, 2023)_v2.xlsx
STUV
2Sun, Nov 26
3
4
5AreaChoreTime
6
7=
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Monthly Calendar
Cell Formulas
RangeFormula
S2S2=IFS(Q3=O5,P5,Q3=O6,P6,Q3=O7,P7,Q3=O8,P8,Q3=O9,P9,Q3=O10,P10)
 
Upvote 0
Cleaning Spreadsheet (Dec 1, 2023)_v2.xlsx
T
6#VALUE!
Monthly Calendar
Cell Formulas
RangeFormula
T6T6=IF(VSTACK(FILTER('Daily & Weekly Chores'!B5:D29,'Daily & Weekly Chores'!B5:D29<>""),FILTER('Daily & Weekly Chores'!F5:H29,'Daily & Weekly Chores'!J5:J29=TRUE),FILTER('Other Chores'!B5:D34,'Other Chores'!I5:I34=TRUE)),VSTACK(FILTER('Daily & Weekly Chores'!B5:D29,'Daily & Weekly Chores'!B5:D29<>""),FILTER('Daily & Weekly Chores'!F5:H29,'Daily & Weekly Chores'!J5:J29=TRUE),FILTER('Other Chores'!B5:D34,'Other Chores'!I5:I34=TRUE,IF('Other Chores'!W5:W34='Monthly Calendar'!S2:V3,'Other Chores'!B5:D34))))
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,958
Members
449,096
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top