VSTACK Causing "FALSE"

thewiseguy

Well-known Member
Joined
May 23, 2005
Messages
956
Office Version
  1. 365
Platform
  1. Windows
Yes I am seeing that now. Is there a way to not have any spaces? The purpose of the VSTACK formula was supposed to be to combine all 3 worksheets.
 
Upvote 0

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
You would need to filter the result of the vstack to remove the blanks.
 
Upvote 0
Any chance you can sho wme how to do that?

=VSTACK('Product (BOM)'!A2#,'Material (BOM)'!A2#,'Rental (BOM)'!A2#)
 
Upvote 0
Try
Excel Formula:
=let(v,VSTACK('Product (BOM)'!A2#,'Material (BOM)'!A2#,'Rental (BOM)'!A2#),filter(v,v<>""))
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0
Hi - I made some adjustments to my workbook and I need to change/add to this formula. I am trying to amend it, like this but I am getting an error.

=let(v,VSTACK('Fixtures (BOM)'!A3#,'Lamps (BOM)'!A3#,'Accessories1 (BOM)'!A3#), 'Accessories2 (BOM)'!A3#), 'Material (BOM)'!A3#), 'Rental (BOM)'!A3#), filter(v,v<>""))

any ideas??
 
Upvote 0
You have too many ) in there. Remove the ones after the 3rd, 4th & 5th ranges.
 
Upvote 0
i did that but it then gives me a prompt to update the values in "Accessories2 (BOM). What causes this in the sheet? What should I be looking for to correct?
 
Upvote 0
Sounds like the sheet does not exist in that workbook. Check the spelling, including spaces.
 
Upvote 0

Forum statistics

Threads
1,215,737
Messages
6,126,571
Members
449,318
Latest member
Son Raphon

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