Combine & Sort Data from 2 or more columns into 1

hro5e

Board Regular
Joined
Jan 13, 2012
Messages
60
I have 2 columns each will unique data.

1st column has 25 data entries.

2nd column has 13 data entries.

How do I combine the data so that in the 3rd column will have all 38 data entries.

The data must be sorted alphabetically automatically, so using formulas.

-

I need the formula for the above, plus a separate formula that will remove duplicates.

-

I look forward to your help
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
79
42
93
152
73
618
41
1
8row 9
name A1 to B9 as myrange
then use large function to sort them lower col A
then use a formula to put a blank if say B16=C15 lower col B
finally use large again to list in order
1181818
2151515
3999
498
5887
6776
774
8663
9442
1041
1133
123
1322
142
1511
161
17
18
19
20

<colgroup><col width="64" span="11" style="width:48pt"> </colgroup><tbody>
</tbody>
 
Upvote 0
name A1 to B9 as myrange
then use large function to sort them lower col A -- in B15 put =large(myrange,a15)
then use a formula to put a blank if say B16=C15 lower col B

clearly C15 = B15
in C16 put =if(B16=C15,"",B16)

name c15 to c50 myrange2
then in D15 down =large(myrange2,c15)
to avoid errors use =if(iserror(yourfomula here),"",yor formula here)

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,522
Messages
6,125,312
Members
449,218
Latest member
Excel Master

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