Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Reorder numbers from one cell into another cell (123456 to 341256

I need to take the numbers in one cell and change their order in another cell.

For Example E8= 778899
I want cell A8 to show the numbers like so 887799.

Basically a terminal digit format for medical records. For those who don't
know, they group numbers together based on their system. In this example
thier terminal digit is broken down as such, position 1 = digits 3&4
Position 2 = digits 1&2 Position 3 = digits 5&6.

Its weird, but I can't find any help anywhere online. Please either direct
me to somewhere online or let me know how I can accomplish this.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Reorder numbers from one cell into another cell (123456 to 341256

=MID(E8,3,2) & LEFT(E8,2) & RIGHT(E8,2)
--
Gary's Student


"pimpy4" wrote:

I need to take the numbers in one cell and change their order in another cell.

For Example E8= 778899
I want cell A8 to show the numbers like so 887799.

Basically a terminal digit format for medical records. For those who don't
know, they group numbers together based on their system. In this example
thier terminal digit is broken down as such, position 1 = digits 3&4
Position 2 = digits 1&2 Position 3 = digits 5&6.

Its weird, but I can't find any help anywhere online. Please either direct
me to somewhere online or let me know how I can accomplish this.

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
how do u reorder data in a column so last cell entry is first? shabz Excel Discussion (Misc queries) 7 June 4th 09 04:21 PM
HOW CAN I FLAG A CELL IN EXCEL WHEN IT HITS A REORDER LEVEL? PENNY Excel Worksheet Functions 2 July 11th 08 01:56 PM
Changing 123456 to $1234.56 YoYo2 Excel Worksheet Functions 4 January 25th 07 12:03 PM
Columns went from ABCDEF to 123456. How do I fix? Stuart Excel Discussion (Misc queries) 2 October 18th 06 09:38 PM
How can I reorder a CELL alphabetically in Excel Chris Excel Discussion (Misc queries) 3 September 22nd 05 01:42 PM


All times are GMT +1. The time now is 11:49 PM.

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"