+ Reply to Thread
Results 1 to 11 of 11

Append text to entire column

  1. #1
    ryanj4314
    Guest

    Append text to entire column

    Hello I have a list of number in a column that there is over 22,000 is there a away I can add ".jpg" ad the end of each number? Thank you!

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Add .jpg to entire column

    images float above the grid.
    adding that quantity of image will probably bloat the file.

    What is the image? What are you trying to do?
    Cheers
    Andy
    www.andypope.info

  3. #3
    Forum Contributor
    Join Date
    02-14-2007
    Location
    Chester, England
    MS-Off Ver
    2010 & 2016
    Posts
    312

    Re: Add .jpg to entire column

    Hi ryanj4314

    Do you just want to add ".jpg" to the end of each cell value?

    If so and asumming the numbers are in column A, this formula would work.

    =A2&".jpg"

    Hope this helps

    Jim

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Add .jpg to entire column

    Doh! I should have read that more carefully

  5. #5
    ryanj4314
    Guest

    Re: Add .jpg to entire column

    Thats working but i keep getting =#REF! on the other cells, I have been putting the formula in then copied it hightlighted all the cells in Column A and paste and i get =#REF! what am i doing wrong?

  6. #6
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Add .jpg to entire column

    you put it in another column say col b and drag down
    once done you can select the whole column copy and paste special straight back as values
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  7. #7
    ryanj4314
    Guest

    Re: Add .jpg to entire column

    got it works great thanks everyone!!

  8. #8
    ryanj4314
    Guest

    Re: Add .jpg to entire column

    Another quick question if I have colum A,B,C is there a way to take everything from those 3 columns and put them into one? thanks!

  9. #9
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Add .jpg to entire column

    same applies
    =a1&b1&c1
    if you want spaces you can put them in as well
    =a1&" "&b1&" "&c1
    or you could use the concatenate function
    =concatenate(a1,b1,c1)
    or
    =concatenate(a1," ",b1," ",c1)

  10. #10
    ryanj4314
    Guest

    Re: Append text to entire column

    Okay this is the last question I promise! If I have a colum in Column Z it has a Y or N if it is shippable, is there a away to remove any row that is containing N ?

  11. #11
    Forum Contributor
    Join Date
    02-14-2007
    Location
    Chester, England
    MS-Off Ver
    2010 & 2016
    Posts
    312

    Re: Append text to entire column

    Without using a macro, the easiest way would be to sort the data by column Z, that way all of the "N"'s will be together. you can then delete the rows you dont need.

    Hope this helps

    Jim

+ 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