Custom Sort - Could not solve

rakesh_sss

New Member
Joined
Oct 26, 2012
Messages
2
Hi All,

I am quite new to excel. I have a requirment. I have rows of Data that comes from a source Something like below
#NULL#30
Aerospace50
Black70
Catamarin30
Total210

<TBODY>
</TBODY>



This has to be sorted as below
Aerospace50
Black70
Catamarin30
#NULL#30
Total210

<TBODY>
</TBODY>



Let me know how this can be achieved. I tried several ways.

Thanks​


Rakesh
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Create a custom List with A, B, C.....Z and then a # at the bottom
Assuming your data is in columns A and B, In column C put this formula
Code:
=LEFT(A1,1)

Now do a sort by custom List ( the list you created)
 
Upvote 0
Hi,

This will sort data in A-z and # at the begining. My requirement is

Wherever the postion of #NULL and Total in the list , it should be placed at the bottom of the list with #NULL,Total ending the list.

Thanks
 
Upvote 0

Forum statistics

Threads
1,214,589
Messages
6,120,416
Members
448,960
Latest member
AKSMITH

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