+ Reply to Thread
Results 1 to 3 of 3

text formating

  1. #1
    Registered User
    Join Date
    06-12-2012
    Location
    ath
    MS-Off Ver
    Excel 2019
    Posts
    53

    text formating

    hi there,

    i have a column with text values of the format ccccccccc and i want as soon as i change cell to get them in the following format of cc.cc.cc.ccc

    if it was just number it will be easy to do so with formating but with with text formatting is not working

    any ideas?

    a solution is to write vba code but i want to use that option at the end.

    thank you in advance.

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,474

    Re: text formating

    I am not sure about a number format without vba.
    You could add a blank column and use this formula.
    =LEFT(A1,2)&"."&MID(A1,3,2)&"."&MID(A1,5,2)&"."&RIGHT(A1,3)

  3. #3
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,913

    Re: text formating

    You can't change text format on data entry cell. You'll need another column to display it in the format desired using text manipulation (Replace() etc)
    That'd be only option outside of VBA as far as I'm aware.
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

+ 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. [SOLVED] Conditional formating based on text in 2 columns (but only partial text!)
    By Icehockey44 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-19-2012, 06:26 AM
  2. Replies: 3
    Last Post: 10-13-2011, 08:53 AM
  3. Replies: 3
    Last Post: 06-02-2011, 11:03 AM
  4. text box formating
    By MeenuSaini in forum Excel General
    Replies: 1
    Last Post: 07-20-2010, 10:54 PM
  5. Keep my formating as text
    By tallguy6354 in forum Excel General
    Replies: 1
    Last Post: 07-09-2009, 09:42 PM
  6. [SOLVED] Text Formating
    By Duke in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-14-2006, 08:10 PM
  7. Text Formating
    By Ben in forum Excel General
    Replies: 4
    Last Post: 10-19-2005, 04:05 PM
  8. text formating
    By uncledad2002 in forum Excel General
    Replies: 3
    Last Post: 05-19-2005, 12:14 PM

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