How to sort data on multiple worksheet at once from a column of the first sheet?

Lucent

New Member
Joined
Feb 28, 2018
Messages
1
Hello,

I'd like to sort some data in two differents sheets from a column (A) of the first one (Sheet1), I mean:

Before sorting:

[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1[/TD]
[TD]Hey,[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]3[/TD]
[TD]are[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]2[/TD]
[TD]how[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]4[/TD]
[TD]you?[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]Sheet1[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]










[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD][/TD]
[TD]Fine,[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD][/TD]
[TD]about[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD][/TD]
[TD]how[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD][/TD]
[TD]you?[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]Sheet2 [/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]



After sorting:

[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1[/TD]
[TD]Hey,[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]2[/TD]
[TD]how[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]3[/TD]
[TD]are[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]4[/TD]
[TD]you?[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]Sheet1[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD][/TD]
[TD]Fine,[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD][/TD]
[TD]how[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD][/TD]
[TD]about[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD][/TD]
[TD]you?[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]Sheet2[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


It is possible?

Thanks in advance :smile:
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Forum statistics

Threads
1,223,903
Messages
6,175,287
Members
452,631
Latest member
a_potato

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