+ Reply to Thread
Results 1 to 6 of 6

adding text to end of all cells in column

  1. #1
    Registered User
    Join Date
    02-20-2009
    Location
    Auckland, New Zealand
    MS-Off Ver
    Excel 2007
    Posts
    6

    adding text to end of all cells in column

    Hi I have about 5000 rows of data and I need to add the same letters (.jpg) the the end of all the data in a column.

    Is there any quick way to do this?
    Last edited by xkatx21x; 02-22-2010 at 09:47 PM.

  2. #2
    Valued Forum Contributor mdbct's Avatar
    Join Date
    11-11-2005
    Location
    CT
    MS-Off Ver
    2003 & 2007
    Posts
    848

    Re: adding text to end of all cells in column

    use the following formula:
    =A1 & ".jpg"
    Copy down the formula down the column
    Copy the column
    Paste Special... Values over the original column

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: adding text to end of all cells in column

    In an adjacent column, use a concatenation formula like this:

    =A1 & ".jpg"

    Copy that down.
    Copy the new cells with the formulas
    Click on the original data
    Do a Edit > Paste Special > Values over the top of the old text
    Delete the new column.

    Done.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Registered User
    Join Date
    02-20-2009
    Location
    Auckland, New Zealand
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: adding text to end of all cells in column

    Thank you, both of you.
    Works perfectly.

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: adding text to end of all cells in column

    If that takes care of your need, be sure to EDIT your original post, click Go Advanced and mark the PREFIX box [SOLVED].

    ============
    (Also, use the blue "scales" icon in our posts to leave Reputation Feedback, it is appreciated. It is found across from the "time" in each of our posts.)

  6. #6
    Registered User
    Join Date
    01-15-2013
    Location
    Newcastle Upon Tyne, England
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: adding text to end of all cells in column

    Thanks JBeaucaire, this was exactly what I was looking for

+ 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