L8NightKebab
New Member
- Joined
- Sep 11, 2024
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
Hi, I'm encountering an issue where I use =unique(vstack to consolidate data from other tables onto 1 table. However when I convert that range of data with the vstack function the table gives me a #SPILL error. This is despite there being enough space for the data being imported as I already have the range I just turn it into a table.
Here is the formula for importing the data:
=UNIQUE(VSTACK(
FILTER(SUNDAY!D5:D7, SUNDAY!D5:D7 <> ""),
FILTER(MONDAY!D5:D7, MONDAY!D5:D7 <> ""),
FILTER(TUESDAY!D5:D7, TUESDAY!D5:D7 <> ""),
FILTER(WEDNESDAY!D5:D7, WEDNESDAY!D5:D7 <> ""),
FILTER(THURSDAY!D5:D7, THURSDAY!D5:D7 <> ""),
FILTER(FRIDAY!D5:D7, FRIDAY!D5:D7 <> ""),
FILTER(SATURDAY!D5:D7, SATURDAY!D5:D7 <> "")
))
Here is the formula for importing the data:
=UNIQUE(VSTACK(
FILTER(SUNDAY!D5:D7, SUNDAY!D5:D7 <> ""),
FILTER(MONDAY!D5:D7, MONDAY!D5:D7 <> ""),
FILTER(TUESDAY!D5:D7, TUESDAY!D5:D7 <> ""),
FILTER(WEDNESDAY!D5:D7, WEDNESDAY!D5:D7 <> ""),
FILTER(THURSDAY!D5:D7, THURSDAY!D5:D7 <> ""),
FILTER(FRIDAY!D5:D7, FRIDAY!D5:D7 <> ""),
FILTER(SATURDAY!D5:D7, SATURDAY!D5:D7 <> "")
))