VSTACK Causing "FALSE"

thewiseguy

Well-known Member
Joined
May 23, 2005
Messages
954
Office Version
  1. 365
Platform
  1. Windows

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
v2023.10 .xlsm
B
5Mfg/Item
6#REF!
Shipping (BOM)
Cell Formulas
RangeFormula
B6B6=LET(v,VSTACK('ECM (BOM)'!B6#,'Accessories (BOM)'!B6#,'Controls (BOM)'!B6#,'Materials (BOM)'!B6#,'Rental Equipment (BOM)'!B6#),FILTER(v,v<>""))


Any ideas on why this is giving me a cell ref error?
 
Upvote 0
One of the ranges contains a #ref error.
 
Upvote 0
should i actually see the #ref error in the cell? I'm looking at all the ranges and do not see anything.
 
Upvote 0
Yes you should, another possibility is that one of the ranges isn't a spill range.
 
Upvote 0
Yes i was looking for the spill also. i cant find anything?


v2023.10 .xlsm
B
5Mfg/Item
6MAXLITE 8W LED A-Lamp [27K-E26]
7T1 LED Wall Pack HW [120W-MCCT]
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
ECM (BOM)
Cell Formulas
RangeFormula
B6:B7B6=SORT(UNIQUE(FILTER(Input!W7:W506,(Input!W7:W506<>"")*(Input!W7:W506<>0))))
Dynamic array formulas.


v2023.10 .xlsm
B
5Mfg/Item
6MAXLITE Battery backup for Type C Linears
7MAXLITE External Adapter Round, White
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Accessories (BOM)
Cell Formulas
RangeFormula
B6:B7B6=LET(sh,VSTACK(Input!Z7:Z505,Input!AC7:AC505),SORT(UNIQUE(FILTER(sh,(sh <>"")*(sh<>0),""))))
Dynamic array formulas.



v2023.10 .xlsm
B
5Mfg/Item
6MAXLITE Network Node - Rectangular White
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Controls (BOM)
Cell Formulas
RangeFormula
B6B6=SORT(UNIQUE(FILTER(Input!AF7:AF506,(Input!AG7:AG506<>"")*(Input!AF7:AF506<>0))))



v2023.10 .xlsm
B
5Mfg/Item
6TBD MC Armored Cable 12/2
7TBD Tan Wirenuts
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Materials (BOM)
Cell Formulas
RangeFormula
B6:B7B6=LET(sh,VSTACK(Input!AI7:AI505,Input!AL7:AL505),SORT(UNIQUE(FILTER(sh,(sh <>"")*(sh<>0),""))))
Dynamic array formulas.



v2023.10 .xlsm
B
5Mfg/Item
6UNITEDRENTALS Boom, Articulated, 30-39' Diesel Day
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Rental Equipment (BOM)
 
Upvote 0
When you enter/edit the formule & then confirm it do you get a pop-up asking for a file?
 
Upvote 0
i do not. i even went to each worksheet and selected the cell, as opposed to typing it in for this reason.
 
Upvote 0

Forum statistics

Threads
1,215,102
Messages
6,123,101
Members
449,096
Latest member
provoking

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