+ Reply to Thread
Results 1 to 5 of 5

Add a Dash to a Number

  1. #1
    Registered User
    Join Date
    03-13-2018
    Location
    Pittsburg, Kansas
    MS-Off Ver
    2016
    Posts
    56

    Add a Dash to a Number

    I have cells with numbers such as 17889510482 and I need to add a dash so it reads 1788-9510482. Anyone have a formula to accomplish this, please? Thank you.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Add a Dash to a Number

    Based on the single sample that you shared, this will work:

    =LEFT(A1,4)&"-"&RIGHT(A1,7)

  3. #3
    Registered User
    Join Date
    03-13-2018
    Location
    Pittsburg, Kansas
    MS-Off Ver
    2016
    Posts
    56

    Re: Add a Dash to a Number

    BINGO! That worked. Thank you!!!

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Add a Dash to a Number

    You're welcome. Happy to help.

  5. #5
    Valued Forum Contributor jtakw's Avatar
    Join Date
    05-05-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    668

    Re: Add a Dash to a Number

    Hi,

    This would also work for your single sample:

    Excel 2016 (Windows) 64 bit
    A
    B
    1
    17889510482
    1788-9510482
    Sheet: Sheet96

    Excel 2016 (Windows) 64 bit
    B
    1
    =REPLACE(A1,5,,"-")
    Sheet: Sheet96

+ 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] extract number after dash
    By L.LEE in forum Excel General
    Replies: 2
    Last Post: 10-12-2018, 12:35 AM
  2. [SOLVED] how to trim the number next in dash sign
    By kylechace in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-13-2017, 09:45 PM
  3. [SOLVED] Adding a dash before and after a 3 number string
    By enhydra in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-17-2017, 07:37 PM
  4. Sorting Number Pairs containing a dash
    By smaxwell in forum Excel General
    Replies: 1
    Last Post: 02-11-2015, 05:34 PM
  5. [SOLVED] Negative number error to a dash
    By astole in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 08-05-2013, 04:31 AM
  6. Negative number show a dash
    By astole in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-31-2013, 04:14 AM
  7. understanding dash dash in a excel formula
    By ldebner in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-31-2005, 10:05 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