+ Reply to Thread
Results 1 to 4 of 4

adding data to the left/right of existing data

  1. #1
    Registered User
    Join Date
    06-02-2009
    Location
    Clarksville, TN
    MS-Off Ver
    Excel 2003
    Posts
    14

    adding data to the left/right of existing data

    I have three columns that I am working with. All currently contain data.

    D2 one sentence of text
    E2 one sentence of text

    G2 a bunch of imported html code

    I am trying to add some html to format the text that I am copying to G, then copy data to the beginning of column G

    I would like to have G look like this in the end

    <P align=center><STRONG>"COPY CONTENTS OF COLUMN D"<BR>"COPY CONTENTS OF COLUMN E "</STRONG></P><BR> CURRENT CONTENTS OF G

    all changes will be in the same corresponding rows and data starts in 2nd row

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: adding data to the left/right of existing data

    You should supply several samples of what it looks like to start and indicate what changes should be made... to get to the final result.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: adding data to the left/right of existing data

    ="<P align=center><STRONG>" & D2 & "<BR>" & E2 & "</STRONG></P><BR>"
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: adding data to the left/right of existing data

    Should have read it more in depth... looks like Mike's should work for you

+ 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