+ Reply to Thread
Results 1 to 3 of 3

Replace all one-digit number with two-digit numbers

  1. #1
    Registered User
    Join Date
    06-20-2013
    Location
    Reston VA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Replace all one-digit number with two-digit numbers

    I have a huge data that looks list like this:
    10.2-1.11-10
    10.3-1.3
    10.5-23
    100.10-1
    100.1-2.2-2
    100.12-1
    100.5-7
    100.6-17
    100.6-17.1
    100.7-3.11
    100.8-1.2
    100.8-2.22-5
    100.8-2.23-17
    100.8-7.5
    160.2
    160.3
    20.3-1.2
    20.3-1.3
    20.8-1.1-10
    I want to replace all one-digit number with two-digit numbers
    I was trying to replace “.” With “.0” but then it changed the two-digits three-digits as well.
    Then I tried to find “??.?-” and replace it with “??.0?- ” but it is replacing all the numbers with “?”
    Can someone help me please?

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Replace all one-digit number with two-digit numbers

    Post #6 here is very interesting

    http://www.mrexcel.com/forum/excel-q...rs-string.html
    Note its an Array formula

    Doesnt solve your problem but it may be of use

    Still thinking on this one. . .
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    06-20-2013
    Location
    Reston VA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Replace all one-digit number with two-digit numbers

    I v been struggling with this for days!
    I can make it on several phases if I only could make the Excel find “number number-" and replace it with “number number-0” Is there an expressions to represent a number?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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