Sorting specific Rang of Cell in Multiple sheets of a Workbook having same Formate, Rows and Columns

Qazi Sharifullah

New Member
Joined
May 11, 2017
Messages
19
Good Morning,
I have 338 Sheets in a workbook and Having different data but the heading row is same in all sheets A8.
I want to Sort Data in All sheets from A9 to AR18 on the basis of Column AD (Heading AD8). I need Help about this As It spend Hours when I Sort individually each sheet.



Thanks
Regards: Qazi Sharifullah
 
s!AonHeVVTfanFg3t0Okdeb13Y3EQC
SCREEN SHOT OF THE EXCEL SHEET IS LINKED PLEASE CHECK IT.
https://1drv.ms/u/s!AonHeVVTfanFg3t0Okdeb13Y3EQC
 
Upvote 0

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
then you will probably find it is recalculating the formula after the sort as both codes sort ascending from ad9 (and yes i have tested them although the first code has an issue with the last cell in the range).

On a copy of of your workbook copy/paste as values column ad and test.
i try it but copy/paste as values but effects full sheet rows and also in descending order.
 
Upvote 0
It is definitely not in descending order, it is ascending and only from AD9 when I test. You are definitely looking at column AD?

Fluff's code will only sort from row 9 to 18, the other code will sort from row 9 past whatever is the last row.
 
Last edited:
Upvote 0
Your screen shot shows it sorted ascending!
 
Upvote 0

Forum statistics

Threads
1,215,014
Messages
6,122,697
Members
449,092
Latest member
snoom82

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