+ Reply to Thread
Results 1 to 10 of 10

Format of cell

  1. #1
    Registered User
    Join Date
    05-08-2019
    Location
    Czech Republic
    MS-Off Ver
    2016
    Posts
    86

    Format of cell

    Hi everyone,
    I have question.
    I have cell, and I need set the format of this cell to "xxx.xxx.xxx"

    X can be letter or number.

    And I need seperate that by dots.

    Example: 1UA.B20.A40

    Iam not able to post workbook.
    Attached Files Attached Files
    Last edited by MartinV10; 08-15-2019 at 03:07 AM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,444

    Re: Format of cell

    You can post a workbook by clicking "Go advanced" - Manage attachments
    If your data is too sensitive just mock one up with a few examples

  3. #3
    Registered User
    Join Date
    08-09-2019
    Location
    Ha nam, Vietnam
    MS-Off Ver
    2010
    Posts
    13

    Re: Format of cell

    I think you can trim the string, insert "." and join a gaian

  4. #4
    Registered User
    Join Date
    05-08-2019
    Location
    Czech Republic
    MS-Off Ver
    2016
    Posts
    86

    Re: Format of cell

    Quote Originally Posted by Pepe Le Mokko View Post
    You can post a workbook by clicking "Go advanced" - Manage attachments
    If your data is too sensitive just mock one up with a few examples
    Already posted attachment.

  5. #5
    Registered User
    Join Date
    05-08-2019
    Location
    Czech Republic
    MS-Off Ver
    2016
    Posts
    86

    Re: Format of cell

    Quote Originally Posted by tranhieu04 View Post
    I think you can trim the string, insert "." and join a gaian
    Sorry Iam not understand?

  6. #6
    Registered User
    Join Date
    08-09-2019
    Location
    Ha nam, Vietnam
    MS-Off Ver
    2010
    Posts
    13

    Re: Format of cell

    see sample

    LEFT(F8,3)&"."&MID(F8,4,3)&"."&MID(F8,7,3)&"."&MID(F8,10,LEN(F8)-9)
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    05-08-2019
    Location
    Czech Republic
    MS-Off Ver
    2016
    Posts
    86

    Re: Format of cell

    Ok i will test

  8. #8
    Registered User
    Join Date
    05-08-2019
    Location
    Czech Republic
    MS-Off Ver
    2016
    Posts
    86

    Re: Format of cell

    Quote Originally Posted by tranhieu04 View Post
    see sample

    LEFT(F8,3)&"."&MID(F8,4,3)&"."&MID(F8,7,3)&"."&MID(F8,10,LEN(F8)-9)
    Yeah its working, but we didnt understand each other.
    Its not possible to simple set one cell to for "xxx.xxx.xxx"?? Without these tricks.

    I just want, that if I copy some stuff there, that automatically format will change to "xxx.xxx.xxx"

  9. #9
    Registered User
    Join Date
    08-09-2019
    Location
    Ha nam, Vietnam
    MS-Off Ver
    2010
    Posts
    13

    Re: Format of cell

    so, you can use VBA, with excel formula i think can't solve it. If you want to use VBA i can help
    My English so bad....

  10. #10
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,444

    Re: Format of cell

    @Martin

    Administrative Note:

    Please don't quote entire posts unnecessarily. They are just clutter and make threads hard to read.
    Use the "Quick reply" instead
    Thanks

+ 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. Replies: 4
    Last Post: 10-05-2017, 09:37 AM
  2. Replies: 4
    Last Post: 03-13-2015, 02:32 AM
  3. Replies: 3
    Last Post: 02-24-2015, 02:58 AM
  4. Replies: 1
    Last Post: 07-03-2014, 06:33 AM
  5. [SOLVED] take a cell value of nixed format and multiply another cell of mixed format
    By AllenF in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-09-2014, 01:36 AM
  6. Replies: 1
    Last Post: 04-18-2012, 11:18 AM
  7. Replies: 1
    Last Post: 06-27-2005, 06:05 AM

Tags for this Thread

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