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:

AB
1
1Hey,
2
3are
3
2how
4
4you?
...Sheet1

<tbody>
</tbody>










A
B
1
Fine,
2
about
3
how
4
you?
...Sheet2

<tbody>
</tbody>



After sorting:

A
B
1
1Hey,
2
2how
3
3are
4
4you?
...Sheet1

<tbody>
</tbody>


A
B
1
Fine,
2
how
3
about
4
you?
...Sheet2

<tbody>
</tbody>


It is possible?

Thanks in advance :)
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.

Forum statistics

Threads
1,215,772
Messages
6,126,814
Members
449,340
Latest member
hpm23

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