filter the names.

jayanthimurali

Board Regular
Joined
Oct 15, 2010
Messages
238
I have got different names in a row i want to filter the names according to the names.
for example if i have got ab,bc, db ef fg gh the names ab, ef gh should be in the move to the first, than bc fg next

customer nameaccount number
abcd27587689
lkgh469790
bcda4860870
jaya375879

<colgroup><col><col></colgroup><tbody>
</tbody>
when filtered the names should be

customer nameaccount number
abcd27587689
bcda4860870
lkgh469790
jaya375879


<colgroup><col><col></colgroup><tbody>
</tbody>
thanks in advance
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
.
.

Select a cell in the first column and then execute a Sort A to Z:

Home --> Editing --> Sort & Filter --> Sort A to Z
 
Upvote 0
i have report in one of the column i have the names i want to select some of the names from that column and move to in another sheet, i have got some specified which would be same every month which has to be moved to the next sheet
 
Upvote 0
.
.

Data --> Sort & Filter --> Sort

In the Sort dialog box, select Custom List from the Order dropdown...
 
Upvote 0
so if i have more than 10 names, i have to list all the names and if the data has to be copied to the next for that names?
 
Upvote 0
If the names are fixed, why dont you try using vlookup formula to find out those names and mark "1" or "a" in a new column against the match (let's assume column 'B') and Sort A to Z in that new column (column B)? And remove that new column (column B) finally.
 
Upvote 0

Forum statistics

Threads
1,213,543
Messages
6,114,236
Members
448,555
Latest member
RobertJones1986

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