Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Parce a number with decimals into separate columns

I want to parce a number like "123.45" so that the 1, 2, 3, 4 and 5 are in
separate cells.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Parce a number with decimals into separate columns

Hi Jim

Try entering in B1
=MID($A1,COLUMN(A1),1)
and copy across as required

You will also get the decimal point appearing in a cell of its own.


--
Regards

Roger Govier


"JimR" wrote in message
...
I want to parce a number like "123.45" so that the 1, 2, 3, 4 and 5 are
in
separate cells.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Parce a number with decimals into separate columns

If you don't want the decimal point, use
=MID($A1*100,COLUMN(A1),1)

Regards,
Stefi

€žRoger Govier€ť ezt Ă*rta:

Hi Jim

Try entering in B1
=MID($A1,COLUMN(A1),1)
and copy across as required

You will also get the decimal point appearing in a cell of its own.


--
Regards

Roger Govier


"JimR" wrote in message
...
I want to parce a number like "123.45" so that the 1, 2, 3, 4 and 5 are
in
separate cells.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Parce a number with decimals into separate columns

Good thinking Stefi!

--
Regards

Roger Govier


"Stefi" wrote in message
...
If you don't want the decimal point, use
=MID($A1*100,COLUMN(A1),1)

Regards,
Stefi

"Roger Govier" ezt írta:

Hi Jim

Try entering in B1
=MID($A1,COLUMN(A1),1)
and copy across as required

You will also get the decimal point appearing in a cell of its own.


--
Regards

Roger Govier


"JimR" wrote in message
...
I want to parce a number like "123.45" so that the 1, 2, 3, 4 and 5
are
in
separate cells.






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
Merging separate date and time columns into one Gadgets Excel Discussion (Misc queries) 5 July 26th 06 09:24 PM
Join three columns containing phone number and format as (000) 000 Sharon Barr Excel Discussion (Misc queries) 5 March 10th 06 10:37 PM
I want the greater number of 2 cells to show in a separate cel cfiser Excel Discussion (Misc queries) 0 November 16th 05 10:03 PM
concatenating and formatting area code and phone number columns sherri Excel Worksheet Functions 4 September 1st 05 09:59 PM
set number of rows equal in mutiple columns speary Excel Discussion (Misc queries) 5 July 8th 05 12:27 AM


All times are GMT +1. The time now is 04:15 PM.

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

About Us

"It's about Microsoft Excel"