+ Reply to Thread
Results 1 to 6 of 6

Inserting text into another cell that has html mark up

  1. #1
    Registered User
    Join Date
    05-30-2013
    Location
    manchester, england
    MS-Off Ver
    Excel 2003
    Posts
    3

    Inserting text into another cell that has html mark up

    I am trying to insert formatted text eg
    http://www.mylink.com in cell A1 into
    another cell with formatted text eg

    <br />
    <br />
    <a href="" rel="nofollow" target="_blank"><img width="140" height="24" border="0" alt="" src="images/buynowbutt.jpg" /></a><br />
    <br />


    so that it comes out as

    <br />
    <br />
    <a href="http://www.mylink.com" rel="nofollow" target="_blank"><img width="140" height="24" border="0" alt="" src="images/buynowbutt.jpg" /></a><br />

    I can do this if I remove all the " but is there a way to do it with them in ?
    <br />

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Inserting text into another cell that has html mark up

    Please attach a sample workbook with expected output for better understanding


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    05-30-2013
    Location
    manchester, england
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Inserting text into another cell that has html mark up

    example.xlsx

    Thanks
    Ive attached a simple example with column C being the result I would like by inserting A into B , if that makes sense.

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Inserting text into another cell that has html mark up

    In C1 Cell
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag it down...

    Select the Column-C data and apply wrap text to it.

  5. #5
    Registered User
    Join Date
    05-30-2013
    Location
    manchester, england
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Inserting text into another cell that has html mark up

    Thank you so much that works a treat

  6. #6
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Inserting text into another cell that has html mark up

    at C1
    =REPLACE(B1,FIND("""",B1),1,""""&A1)

    drag down.

+ 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