Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Rocky Lam
 
Posts: n/a
Default How to add Deceimal to numbers?

How do I add a deceimal point to a column of numbers?

For example

From this
7221732.299
7221732.297
7221732.295
7221732.285

To this



7221.732.299
7221.732.297
7221.732.295
7221.732.285


Thanks

Rocky



  #2   Report Post  
Nick Hodge
 
Posts: n/a
Default

Rocky

I feel maybe the two questions you have on these groups are related?

If data is in A1 in B1 enter:

=LEFT(A1,4)&"."&MID(A1,5,7)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"Rocky Lam" <RockylamATyahooDOTcom wrote in message
...
How do I add a deceimal point to a column of numbers?

For example

From this
7221732.299
7221732.297
7221732.295
7221732.285

To this



7221.732.299
7221.732.297
7221.732.295
7221.732.285


Thanks

Rocky





  #3   Report Post  
RagDyeR
 
Posts: n/a
Default

Since you mention numbers, you could try these custom formats:

####\.###.###
OR
####\.###.000
OR
0000\.000.000

Depending on exactly what numbers you're using.

--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"Rocky Lam" <RockylamATyahooDOTcom wrote in message
...
How do I add a deceimal point to a column of numbers?

For example

From this
7221732.299
7221732.297
7221732.295
7221732.285

To this



7221.732.299
7221.732.297
7221.732.295
7221.732.285


Thanks

Rocky




  #4   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

=REPLACE(A1,5,0,".")

Rocky Lam wrote:
How do I add a deceimal point to a column of numbers?

For example

From this
7221732.299
7221732.297
7221732.295
7221732.285

To this



7221.732.299
7221.732.297
7221.732.295
7221.732.285


Thanks

Rocky



  #5   Report Post  
Rocky Lam
 
Posts: n/a
Default

All suggestions have worked.


Thank You Very Much.

Rocky



"Rocky Lam" <RockylamATyahooDOTcom wrote in message
...
How do I add a deceimal point to a column of numbers?

For example

From this
7221732.299
7221732.297
7221732.295
7221732.285

To this



7221.732.299
7221.732.297
7221.732.295
7221.732.285


Thanks

Rocky





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
Seed numbers for random number generation, uniform distribution darebo Excel Discussion (Misc queries) 3 April 21st 23 09:02 PM
Convert text to numbers gennario Excel Discussion (Misc queries) 6 January 10th 05 11:56 PM
Sorting when some numbers have a text suffix confused on the tundra Excel Discussion (Misc queries) 5 December 18th 04 10:19 PM
Sorting imported "numbers" Confused on the tundra Excel Discussion (Misc queries) 5 December 17th 04 07:33 PM
Paste rows of numbers from Word into single Excel cell BecG Excel Discussion (Misc queries) 1 December 8th 04 04:55 PM


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