+ Reply to Thread
Results 1 to 4 of 4

Mass inserting one piece of information

  1. #1
    Registered User
    Join Date
    07-26-2010
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    41

    Mass inserting one piece of information

    HI all,

    I have a spreadsheet which in column C has many rows 10000+ of written information, I am looking to insert for example one word lets say "Hello" into each of the columns which contact all this written information but just need this word to be placed infront of all the written information but in the same column

    example:

    Column C, row 1 to 10 has "We have a test" in each row written
    and
    Column C, row 11 to 20 had "We do not have a test" in each row written

    Now so that I do not need to click on each row and add the word "Hello" can I tell it to mass insert the word "Hello" in from of those phrases in each row giving me:
    Column C, row 1 to 10 "Hello we have a test"
    Column C, row 11-20 "Hello We do not have a test"


    I hope this is simple to do and would like to avoid macros if possible.

    Thanks.
    Last edited by jediknight; 07-07-2013 at 09:12 AM. Reason: Solved

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Mass inserting one piece of information

    In a separate column

    ="Hello "&C1

    Copy down

    Copy this column and 'paste special --- values' onto the original column (Col. C)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

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

    Re: Mass inserting one piece of information

    in say d1 put "hello" in e1 put =$D$1&" "&C1
    fill down
    you can copy col e then past special values over column C, then delete data in d1 and col e
    or just put in col d starting d1
    ="hello "&c1
    "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

  4. #4
    Registered User
    Join Date
    07-26-2010
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    41

    Re: Mass inserting one piece of information

    Many thanks for all the help, works perfectly. Just done it all in 2 min instead of hours of cut and past each one.

+ 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