Results 1 to 18 of 18

How to Add a String to the beginning of every value in a range

Threaded View

tvxl How to Add a String to the... 03-05-2018, 12:08 PM
xladept Re: How to Add a String to... 03-05-2018, 12:11 PM
Norie Re: How to Add a String to... 03-05-2018, 12:18 PM
tvxl Re: How to Add a String to... 03-05-2018, 12:32 PM
xlnitwit Re: How to Add a String to... 03-05-2018, 12:34 PM
tvxl Re: How to Add a String to... 03-05-2018, 12:48 PM
xlnitwit Re: How to Add a String to... 03-05-2018, 12:54 PM
tvxl Re: How to Add a String to... 03-05-2018, 12:58 PM
xlnitwit Re: How to Add a String to... 03-05-2018, 01:02 PM
tvxl Re: How to Add a String to... 03-05-2018, 01:47 PM
xladept Re: How to Add a String to... 03-05-2018, 01:52 PM
tvxl Re: How to Add a String to... 03-05-2018, 01:59 PM
Marc L Re: How to Add a String to... 03-05-2018, 02:06 PM
xladept Re: How to Add a String to... 03-05-2018, 02:14 PM
tvxl Re: How to Add a String to... 03-05-2018, 03:29 PM
Marc L Re: How to Add a String to... 03-05-2018, 02:23 PM
Norie Re: How to Add a String to... 03-05-2018, 03:53 PM
xladept Re: How to Add a String to... 03-05-2018, 04:02 PM
  1. #13
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Lightbulb Re: How to Add a String to the beginning of every value in a range


    Hi !

    Another way :

    PHP Code: 
    Sub Demo1()
        
    With Sheet1.Range("B2"Sheet1.Cells(Rows.Count2).End(xlUp))
            .
    Value Evaluate(Replace("IF(#>"""",""E-""&#,"""")""#", .Address))
        
    End With
    End Sub 
    As Sheet1 is a worksheet CodeName, safer than a worksheet name if renamed …

    2016-02-22_195835.png

    Do you like it ? So thanks to click on bottom left star icon « Add Reputation » !
    Last edited by Marc L; 03-05-2018 at 02:21 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Add a string between beginning and and of a chain per corresponding code
    By percuk17 in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 02-16-2017, 12:25 PM
  2. Replies: 5
    Last Post: 10-25-2014, 12:35 AM
  3. Move Text From End Of String To Beginning
    By Tellm in forum Excel General
    Replies: 4
    Last Post: 06-28-2013, 06:09 AM
  4. Replies: 5
    Last Post: 09-08-2010, 03:45 PM
  5. Replies: 3
    Last Post: 09-08-2010, 09:49 AM
  6. Add a string at the beginning and end
    By patyandra in forum Excel General
    Replies: 2
    Last Post: 12-05-2009, 07:05 PM
  7. Is there away to add a zero to the beginning of number string?
    By Anthony in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-15-2006, 06:55 PM

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