VSTACK and FILTER functions

AuDHDtism

New Member
Joined
Nov 29, 2023
Messages
32
Office Version
  1. 365
Platform
  1. MacOS
Hi there,
I need a formula to combine table 1 (Daily Chores) data (B5:D29) with table 2 (Weekly Chores) data underneath with the data going into table 3 (Summary of chores). The tables each have 3 columns (Area, Chore, Time). However, I end up with many blank rows as the tables are not full with data. this is because I want to be able to add chores to the daily and weekly tables as needed.
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hi & welcome to MrExcel.
How about
Excel Formula:
=LET(v,VSTACK(Table1,Table2),FILTER(v,TAKE(v,,1)<>""))
Although this will only work in a normal range & not a table.
 
Upvote 0
Solution
Thank you for sharing. Unfortunatly the XL2BB isn't working and I'm not as tech savvy as I'd like.
 
Upvote 0
Just wanted to say thank you again as it worked and I am so appreciative.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,110
Messages
6,123,148
Members
449,098
Latest member
Doanvanhieu

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