Consolidating Columns

aashley

New Member
Joined
Jun 3, 2015
Messages
1
I am trying to consolidate two columns of data so that they are identical. I will illustrate with an example to see if anyone can help me.

Here is how the current data appears on my report:

Open Orders
Shipped Orders
Item
Qty
Item
Qty
A
1
A
1
B
2
E
2
C
3
F
3
D
4
G
4
Goal is to get data like this:
Open Orders
Shipped Orders
Item
Qty
Item
Qty
A
1
A
1
B
2
B
C
3
C
D
4
D
E
E
2
F
F
3
G
G
4

<tbody>
</tbody>


What would be the best way to go about this?
 
Last edited:

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,214,923
Messages
6,122,289
Members
449,077
Latest member
Rkmenon

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