Create a single list of records

JannetteChristie

Board Regular
Joined
Dec 14, 2015
Messages
124
Office Version
  1. 365
Hello,

I have the following data on a worksheet and want to create 1 list of the combined columns.

Cell Formulas
RangeFormula
A2:A16A2=IFERROR(INDEX(Configurator!$A$1:$D$1153,SMALL(IF((Configurator!$D$2:$D$1153>0),ROW(Configurator!$D$2:$D$1153)),ROW(1:1)),1),"")
B2:B16B2=IFERROR(INDEX(Configurator!$A$1:$D$1153,SMALL(IF((Configurator!$D$2:$D$1153>0),ROW(Configurator!$D$2:$D$1153)),ROW(1:1)),4),"")
C2:C16C2=IFERROR(INDEX(Configurator!$A$1:$D$1153,SMALL(IF((Configurator!$D$2:$D$1153>0),ROW(Configurator!$D$2:$D$1153)),ROW(1:1)),2),"")
D2:D16D2=IFERROR(SUMIF($K:$K,"="&$A2,$N:$N)*VLOOKUP(A2,Configurator!$A$2:$D$1102,4,FALSE),0)
F2:F16F2=IFERROR(INDEX('Non-Standard Costings'!$A$1:$D$1153,SMALL(IF(('Non-Standard Costings'!$D$2:$D$1153>0),ROW('Non-Standard Costings'!$D$2:$D$1153)),ROW(1:1)),1),"")
G2:G16G2=IFERROR(INDEX('Non-Standard Costings'!$A$1:$D$1153,SMALL(IF(('Non-Standard Costings'!$D$2:$D$1153>0),ROW('Non-Standard Costings'!$D$2:$D$1153)),ROW(1:1)),4),"")
H2:H16H2=IFERROR(INDEX('Non-Standard Costings'!$A$1:$D$1153,SMALL(IF(('Non-Standard Costings'!$D$2:$D$1153>0),ROW('Non-Standard Costings'!$D$2:$D$1153)),ROW(1:1)),2),"")
I2:I16I2=IFERROR(INDEX('Non-Standard Costings'!$A$1:$F$1153,SMALL(IF(('Non-Standard Costings'!$D$2:$D$1153>0),ROW('Non-Standard Costings'!$D$2:$D$1153)),ROW(1:1)),6),"")
Press CTRL+SHIFT+ENTER to enter array formulas.
Named Ranges
NameRefers ToCells
waProducts=Analysis!$AJ$1F2:I2, A2:C2


I want to create the following on the same sheet but in columns R and S
Quoting Tool.xlsm
RS
1CQ - QuantityCQ - Description
21Removable Transport bar
31Unit needs to be individually craned
41Split ceiling with removable service panel for MVHR
52Soil vent pipe access hatch
61Standard MVHR single condensate pipework incl. tundish
71Scolmore Double Un-Switched Socket
81Scolmore Single Un-Switched Socket
91Scolmore Switched Fused Spur (Incl. engraving charge)
104Scolmore 6-way 2G Minigrid Assembly (no switches included)
111Scolmore Minigrid 2-Module Fan Isolator Switch
1211G Empty Drylining Back box for client use
133Testing
144Test line 2
Analysis



Thanks
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

Assuming you have Excel 365 you could try this

24 07 09.xlsm
ABCDEFGHIJQRS
1Config IdQtyDescriptionCostConfig IdQtyDescriptionCost
21.041Removable Transport bar013Testing17.521Removable Transport bar
32.031Unit needs to be individually craned024Test line 250.241Unit needs to be individually craned
43.041Split ceiling with removable service panel for MVHR18.35441Split ceiling with removable service panel for MVHR
54.012Soil vent pipe access hatch14.326522Soil vent pipe access hatch
64.031Standard MVHR single condensate pipework incl. tundish19.218641Standard MVHR single condensate pipework incl. tundish
75.031Scolmore Double Un-Switched Socket2.5781Scolmore Double Un-Switched Socket
85.041Scolmore Single Un-Switched Socket1.9981Scolmore Single Un-Switched Socket
95.051Scolmore Switched Fused Spur (Incl. engraving charge)3.8681Scolmore Switched Fused Spur (Incl. engraving charge)
105.094Scolmore 6-way 2G Minigrid Assembly (no switches included)8.5124Scolmore 6-way 2G Minigrid Assembly (no switches included)
115.11Scolmore Minigrid 2-Module Fan Isolator Switch 01Scolmore Minigrid 2-Module Fan Isolator Switch
126.0111G Empty Drylining Back box for client use0.6211G Empty Drylining Back box for client use
1303Testing
1404Test line 2
150
160
Combine lists
Cell Formulas
RangeFormula
R2:S14R2=VSTACK(FILTER(B2:C200,B2:B200<>""),FILTER(G2:H200,G2:G200<>""))
Dynamic array formulas.
 
Upvote 0
Perfect, that works.
Good news. Thanks for letting us know. (y)

It would still help for the future if you updated your details as requested above so that your helpers don't have to guess about what version you have. ;)
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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