+ Reply to Thread
Results 1 to 6 of 6

inserting a dot between numbers in cells

  1. #1
    Registered User
    Join Date
    04-28-2004
    Posts
    35

    inserting a dot between numbers in cells

    I need to insert a dot between numbers when I convert warehouse locations to an excel spreadsheet.

    when I convert to excel it comesout like this: 3581001a5 but I need it to sepetate with a dot like this : 35.81.001.a5

    Is this possible with a formula? I can send you a attachment if needed.

    Thanks in advance
    Last edited by manickmj; 09-09-2015 at 12:48 PM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: inserting a dot between numbers in cells

    Can you post an Excel sheet, showing representative examples, unless the data ALWAYS organised as 2 digits DOT 2 digits DOT 3 digits DOT 2 digits??

    Are they??


    Please attach a sample workbook. Make sure there is enough data to demonstrate your need. Make sure your desired results are shown, mock them up manually if necessary. Remember to remove ALL confidential information first!!!

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    The paperclip icon
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    09-02-2015
    Location
    California
    MS-Off Ver
    2013
    Posts
    23

    Re: inserting a dot between numbers in cells

    Assuming your data is in a1 then:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: inserting a dot between numbers in cells

    If they DO ALWAYS follow that pattern, try this:

    =LEFT(A1,2)&"."&MID(A1,3,2)&"."&MID(A1,5,3)&"."&RIGHT(A1,2)

  5. #5
    Registered User
    Join Date
    04-28-2004
    Posts
    35

    Re: inserting a dot between numbers in cells

    Thanks you guys are awesome!!!

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: inserting a dot between numbers in cells

    Glad to have helped! If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. It'd also be appreciated if you were to click the add Reputation button at the foot of any of the posts of those who helped you reach a solution.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. inserting empty cells to achieve matching numbers across two columns
    By JanieceT in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-11-2015, 06:37 PM
  2. Replies: 8
    Last Post: 05-01-2012, 09:25 AM
  3. Inserting row numbers
    By haroon284 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-10-2012, 12:53 PM
  4. Inserting numbers
    By eyeball11 in forum Excel General
    Replies: 2
    Last Post: 05-14-2009, 04:05 PM
  5. Inserting numbers in cells next to certain names
    By antonyjones101 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-14-2009, 03:24 PM
  6. inserting cells into a hyperlink, inserting link via macro
    By jackmc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-17-2007, 12:02 AM
  7. Auto Inserting numbers
    By Buildscharacter in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-14-2005, 12:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1