Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,560
Default Looking to break a large number down

Sorry, I would search the topics but I am unsure even what to look for.

I have a column of number that are three digits in size. They could range
from 001 through 999. I would like to split it up so each digit is in it's
own column. So if ColumnK had the number 459 in it then I would like ColumnM
to show the number 4, ColumnN to show the number 5 and ColumnO to show the
number 9. Same with if the number is 99 (ColumnK would show 099, and I would
want the number 0 to show in ColumnM).

Thank You Everyone who knows how to do this. :)
David
  #2   Report Post  
Posted to microsoft.public.excel.misc
dlw dlw is offline
external usenet poster
 
Posts: 510
Default Looking to break a large number down

=left(k1,1)
=mid(k1,2,1)
=right(k1,1)



"David" wrote:

Sorry, I would search the topics but I am unsure even what to look for.

I have a column of number that are three digits in size. They could range
from 001 through 999. I would like to split it up so each digit is in it's
own column. So if ColumnK had the number 459 in it then I would like ColumnM
to show the number 4, ColumnN to show the number 5 and ColumnO to show the
number 9. Same with if the number is 99 (ColumnK would show 099, and I would
want the number 0 to show in ColumnM).

Thank You Everyone who knows how to do this. :)
David

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
Looking to break a large number down David Excel Discussion (Misc queries) 0 August 17th 07 01:44 AM
Looking to break a large number down Elkar Excel Discussion (Misc queries) 0 August 17th 07 01:43 AM
How do I break a large .CSV file into several small Excel files? Grand Blanc Campbell Excel Worksheet Functions 9 September 3rd 06 03:17 AM
How do I show break in bar graph to show large and small numbers GK Charts and Charting in Excel 1 December 19th 05 08:23 PM
How do I show break in bar graph to show large and small numbers GK Charts and Charting in Excel 0 December 19th 05 06:35 PM


All times are GMT +1. The time now is 10:13 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"