bluetaurean
Member
Hello,
Can anyone help with VBA script to conlidate ranges as below
First Range
Day|Product|Qty
1|ABC|99
1|PRQ|88
2|DEF|55
Second Range
Day|Product|Qty
1|EFG|33
2|HIJ|44
2|klm|22
Output Reqd
Day|Product|Qty|Day|Product|Qty
1|ABC|99|1|EFG|33
1|PRQ|88|""|""|""
2|DEF|55|2|HIJ|44
""|""|""|2|klm|22
In reality I have about 15 different lists to be consolidated.
regards
oscar
Can anyone help with VBA script to conlidate ranges as below
First Range
Day|Product|Qty
1|ABC|99
1|PRQ|88
2|DEF|55
Second Range
Day|Product|Qty
1|EFG|33
2|HIJ|44
2|klm|22
Output Reqd
Day|Product|Qty|Day|Product|Qty
1|ABC|99|1|EFG|33
1|PRQ|88|""|""|""
2|DEF|55|2|HIJ|44
""|""|""|2|klm|22
In reality I have about 15 different lists to be consolidated.
regards
oscar