Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Change order of data in a cell

file codes are formatted Name_Initials of person responsible for file. IE
GHOPO_MP. MP is therefore responsible for the file GHOPO. I want to sort
the list of files by my initials. ie MP. How can I change the order so that
MP comes first? Or ... Can I find and replace MP in a different cell. And
then sort on that column?

Help please - I am using Excel 2000.
--
Mary-Anne in Durban
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Change order of data in a cell

Mary Anne,

I'd extract the initials to a helper column and use that as the sort key.
With your data in A1 down put this in B1 and drag down.

=MID(A1,FIND("_",A1)+1,LEN(A1))

Mike

"Mary-Anne" wrote:

file codes are formatted Name_Initials of person responsible for file. IE
GHOPO_MP. MP is therefore responsible for the file GHOPO. I want to sort
the list of files by my initials. ie MP. How can I change the order so that
MP comes first? Or ... Can I find and replace MP in a different cell. And
then sort on that column?

Help please - I am using Excel 2000.
--
Mary-Anne in Durban

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Change order of data in a cell

Fantastic! Works beautifully. Thank you so much. Sorted so easily and
quickly.
--
Mary-Anne in Durban


"Mike H" wrote:

Mary Anne,

I'd extract the initials to a helper column and use that as the sort key.
With your data in A1 down put this in B1 and drag down.

=MID(A1,FIND("_",A1)+1,LEN(A1))

Mike

"Mary-Anne" wrote:

file codes are formatted Name_Initials of person responsible for file. IE
GHOPO_MP. MP is therefore responsible for the file GHOPO. I want to sort
the list of files by my initials. ie MP. How can I change the order so that
MP comes first? Or ... Can I find and replace MP in a different cell. And
then sort on that column?

Help please - I am using Excel 2000.
--
Mary-Anne in Durban

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Change order of data in a cell

Glad I could help

"Mary-Anne" wrote:

Fantastic! Works beautifully. Thank you so much. Sorted so easily and
quickly.
--
Mary-Anne in Durban


"Mike H" wrote:

Mary Anne,

I'd extract the initials to a helper column and use that as the sort key.
With your data in A1 down put this in B1 and drag down.

=MID(A1,FIND("_",A1)+1,LEN(A1))

Mike

"Mary-Anne" wrote:

file codes are formatted Name_Initials of person responsible for file. IE
GHOPO_MP. MP is therefore responsible for the file GHOPO. I want to sort
the list of files by my initials. ie MP. How can I change the order so that
MP comes first? Or ... Can I find and replace MP in a different cell. And
then sort on that column?

Help please - I am using Excel 2000.
--
Mary-Anne in Durban

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
change order of 5 letter word based on another cell containing 5 numbers Forum Freak[_2_] Excel Worksheet Functions 5 July 19th 08 08:39 PM
How do I change the order of the data in a pie chart - excel 2003 carincamille Charts and Charting in Excel 1 February 12th 07 07:35 PM
Pivot Chart won't save order change of data MargaretBeckbury Excel Discussion (Misc queries) 1 January 18th 06 04:54 PM
How do I change the order of the series in the Source Data? Earl Charts and Charting in Excel 2 February 2nd 05 03:09 PM
Daily Macro to Download Data, Order and paste in order Iarla Excel Worksheet Functions 1 November 17th 04 01:59 PM


All times are GMT +1. The time now is 11:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"