+ Reply to Thread
Results 1 to 4 of 4

How can I get excell to ignore line breaks?

  1. #1
    LindaC
    Guest

    How can I get excell to ignore line breaks?

    I need to be able to have html source in a cell in Excel. My html source has
    line breaks and blank lines that I'd like to keep in tact. Is there a way to
    do this?

    Long explanation: I have to create a file with product information and then
    save this in a tab delimited file for import into a shopping cart system.
    There are quite a few fields and all of them are simple except the
    description field. For the descriptions I have written the html in such a
    way that you can actually read it ;-), and I'd like to keep it that way (with
    the line breaks and blank lines and spaces at beginnings of lines, etc). So
    if I can't do this in Excel, is there another product that I could use that
    could create a tab delimited file?

  2. #2
    David McRitchie
    Guest

    Re: How can I get excell to ignore line breaks?

    Hi Linda,
    A tab delimited, or a comma separated values, by definition do not have
    any formatting by definition.

    But you indicate having html source in Excel, and that is not clear to me
    what you have or want . What you start with, where it is to be stored.

    HTH,
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "LindaC" <[email protected]> wrote in message news:[email protected]...
    > I need to be able to have html source in a cell in Excel. My html source has
    > line breaks and blank lines that I'd like to keep in tact. Is there a way to
    > do this?
    >
    > Long explanation: I have to create a file with product information and then
    > save this in a tab delimited file for import into a shopping cart system.
    > There are quite a few fields and all of them are simple except the
    > description field. For the descriptions I have written the html in such a
    > way that you can actually read it ;-), and I'd like to keep it that way (with
    > the line breaks and blank lines and spaces at beginnings of lines, etc). So
    > if I can't do this in Excel, is there another product that I could use that
    > could create a tab delimited file?




  3. #3
    LindaC
    Guest

    Re: How can I get excell to ignore line breaks?


    Thank you David!

    I have HTML source that I would like to put into excel. This source has
    line breaks but no tabs.

    So for example, I'd like to put the following into a single cell in excel
    and not lose my linebreaks or beginning line spaces:

    --------------------------
    <p>Here is some information.

    <ul>
    <li>one item of relevance
    <li>two item of relevance
    </ul>

    -----------------------------

    Is this possible? Or would you recommend some other tool to do this?

    Thank you,
    Linda



    "David McRitchie" wrote:

    > Hi Linda,
    > A tab delimited, or a comma separated values, by definition do not have
    > any formatting by definition.
    >
    > But you indicate having html source in Excel, and that is not clear to me
    > what you have or want . What you start with, where it is to be stored.
    >
    > HTH,
    > David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    > My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    > Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
    >
    > "LindaC" <[email protected]> wrote in message news:[email protected]...
    > > I need to be able to have html source in a cell in Excel. My html source has
    > > line breaks and blank lines that I'd like to keep in tact. Is there a way to
    > > do this?
    > >
    > > Long explanation: I have to create a file with product information and then
    > > save this in a tab delimited file for import into a shopping cart system.
    > > There are quite a few fields and all of them are simple except the
    > > description field. For the descriptions I have written the html in such a
    > > way that you can actually read it ;-), and I'd like to keep it that way (with
    > > the line breaks and blank lines and spaces at beginnings of lines, etc). So
    > > if I can't do this in Excel, is there another product that I could use that
    > > could create a tab delimited file?

    >
    >
    >


  4. #4
    David McRitchie
    Guest

    Re: How can I get excell to ignore line breaks?

    Hi Linda,
    Surprised that it works, but select a single cell, and paste to the
    formula bar.

    Pasting to the formula bar you will get your spacing formatting,
    but no other formatting, and of course no links.

    Just in case you are really trying to end up with HTML
    in a cell, you can only have one link in a cell anyway,
    because a link is assigned to a cell or to an object but not
    to word(s) within a cell. .

    Does this really do what you want?
    ..
    ---
    HTH,
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "LindaC" <[email protected]> wrote in message news:[email protected]...
    >
    > Thank you David!
    >
    > I have HTML source that I would like to put into excel. This source has
    > line breaks but no tabs.
    >
    > So for example, I'd like to put the following into a single cell in excel
    > and not lose my linebreaks or beginning line spaces:
    >
    > --------------------------
    > <p>Here is some information.
    >
    > <ul>
    > <li>one item of relevance
    > <li>two item of relevance
    > </ul>
    >
    > -----------------------------
    >
    > Is this possible? Or would you recommend some other tool to do this?
    >
    > Thank you,
    > Linda
    >
    >
    >
    > "David McRitchie" wrote:
    >
    > > Hi Linda,
    > > A tab delimited, or a comma separated values, by definition do not have
    > > any formatting by definition.
    > >
    > > But you indicate having html source in Excel, and that is not clear to me
    > > what you have or want . What you start with, where it is to be stored.
    > >
    > > HTH,
    > > David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    > > My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    > > Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
    > >
    > > "LindaC" <[email protected]> wrote in message news:[email protected]...
    > > > I need to be able to have html source in a cell in Excel. My html source has
    > > > line breaks and blank lines that I'd like to keep in tact. Is there a way to
    > > > do this?
    > > >
    > > > Long explanation: I have to create a file with product information and then
    > > > save this in a tab delimited file for import into a shopping cart system.
    > > > There are quite a few fields and all of them are simple except the
    > > > description field. For the descriptions I have written the html in such a
    > > > way that you can actually read it ;-), and I'd like to keep it that way (with
    > > > the line breaks and blank lines and spaces at beginnings of lines, etc). So
    > > > if I can't do this in Excel, is there another product that I could use that
    > > > could create a tab delimited file?

    > >
    > >
    > >




+ 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