+ Reply to Thread
Results 1 to 13 of 13

How to post sample data to this NG

Hybrid View

  1. #1
    M.Siler
    Guest

    How to post sample data to this NG

    What is the best way to post data to this newsgroup such that people kind
    enough to help can copy/paste the data into a sheet.

    If I had the following:

    A1 = 5 B1 = Apple C1 = Red
    A2 = 9 B2 = Grape C2 = Blue
    A3 = 2 B3 = Orange C3 = Green

    I've tried the follow, but nothing seems to work... any suggestions?

    5,Apple,Red
    9,Grape,Blue
    2,Orange,Green

    or

    "5","Apple","Red"
    "9","Grape","Blue"
    "2","Orange","Green"

    or

    5;Apple;Red
    9;Grape;Blue
    2;Orange;Green




  2. #2
    JE McGimpsey
    Guest

    Re: How to post sample data to this NG

    I prefer

    A B C
    1 5 Apple Red
    2 9 Grape Blue
    3 2 Orange Green


    but any of your other forms will work - I'd just paste them in and use
    Data/Text to Columns to distribute them. However, enclosing the values
    in quotes will tend to cause them to be entered as text, which you might
    not want for column A.

    In article <#[email protected]>,
    "M.Siler" <[email protected]> wrote:

    > What is the best way to post data to this newsgroup such that people kind
    > enough to help can copy/paste the data into a sheet.
    >
    > If I had the following:
    >
    > A1 = 5 B1 = Apple C1 = Red
    > A2 = 9 B2 = Grape C2 = Blue
    > A3 = 2 B3 = Orange C3 = Green
    >
    > I've tried the follow, but nothing seems to work... any suggestions?
    >
    > 5,Apple,Red
    > 9,Grape,Blue
    > 2,Orange,Green
    >
    > or
    >
    > "5","Apple","Red"
    > "9","Grape","Blue"
    > "2","Orange","Green"
    >
    > or
    >
    > 5;Apple;Red
    > 9;Grape;Blue
    > 2;Orange;Green


  3. #3
    M.Siler
    Guest

    Re: How to post sample data to this NG

    I never knew about Data > Text to Columns...

    I like your way, you just have to remember to select on screen 3 of 3 the
    radio button for "Do not import column (skip)" and make sure the first
    column in the "Data preview" area so the row numbers aren't put in.

    OR

    Delete Column A when done.

    Thanks!

    "JE McGimpsey" <[email protected]> wrote in message
    news:[email protected]...
    >I prefer
    >
    > A B C
    > 1 5 Apple Red
    > 2 9 Grape Blue
    > 3 2 Orange Green
    >
    >
    > but any of your other forms will work - I'd just paste them in and use
    > Data/Text to Columns to distribute them. However, enclosing the values
    > in quotes will tend to cause them to be entered as text, which you might
    > not want for column A.
    >
    > In article <#[email protected]>,
    > "M.Siler" <[email protected]> wrote:
    >
    >> What is the best way to post data to this newsgroup such that people kind
    >> enough to help can copy/paste the data into a sheet.
    >>
    >> If I had the following:
    >>
    >> A1 = 5 B1 = Apple C1 = Red
    >> A2 = 9 B2 = Grape C2 = Blue
    >> A3 = 2 B3 = Orange C3 = Green
    >>
    >> I've tried the follow, but nothing seems to work... any suggestions?
    >>
    >> 5,Apple,Red
    >> 9,Grape,Blue
    >> 2,Orange,Green
    >>
    >> or
    >>
    >> "5","Apple","Red"
    >> "9","Grape","Blue"
    >> "2","Orange","Green"
    >>
    >> or
    >>
    >> 5;Apple;Red
    >> 9;Grape;Blue
    >> 2;Orange;Green




  4. #4
    Bob Phillips
    Guest

    Re: How to post sample data to this NG

    Invariably we have some work to do, but if we are minded to help, the format
    JE suggests usually works best.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "M.Siler" <[email protected]> wrote in message
    news:[email protected]...
    > I never knew about Data > Text to Columns...
    >
    > I like your way, you just have to remember to select on screen 3 of 3 the
    > radio button for "Do not import column (skip)" and make sure the first
    > column in the "Data preview" area so the row numbers aren't put in.
    >
    > OR
    >
    > Delete Column A when done.
    >
    > Thanks!
    >
    > "JE McGimpsey" <[email protected]> wrote in message
    > news:[email protected]...
    > >I prefer
    > >
    > > A B C
    > > 1 5 Apple Red
    > > 2 9 Grape Blue
    > > 3 2 Orange Green
    > >
    > >
    > > but any of your other forms will work - I'd just paste them in and use
    > > Data/Text to Columns to distribute them. However, enclosing the values
    > > in quotes will tend to cause them to be entered as text, which you might
    > > not want for column A.
    > >
    > > In article <#[email protected]>,
    > > "M.Siler" <[email protected]> wrote:
    > >
    > >> What is the best way to post data to this newsgroup such that people

    kind
    > >> enough to help can copy/paste the data into a sheet.
    > >>
    > >> If I had the following:
    > >>
    > >> A1 = 5 B1 = Apple C1 = Red
    > >> A2 = 9 B2 = Grape C2 = Blue
    > >> A3 = 2 B3 = Orange C3 = Green
    > >>
    > >> I've tried the follow, but nothing seems to work... any suggestions?
    > >>
    > >> 5,Apple,Red
    > >> 9,Grape,Blue
    > >> 2,Orange,Green
    > >>
    > >> or
    > >>
    > >> "5","Apple","Red"
    > >> "9","Grape","Blue"
    > >> "2","Orange","Green"
    > >>
    > >> or
    > >>
    > >> 5;Apple;Red
    > >> 9;Grape;Blue
    > >> 2;Orange;Green

    >
    >




  5. #5
    M.Siler
    Guest

    Re: How to post sample data to this NG

    So it shall be. Thanks!

    "Bob Phillips" <[email protected]> wrote in message
    news:udkR%[email protected]...
    > Invariably we have some work to do, but if we are minded to help, the
    > format
    > JE suggests usually works best.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "M.Siler" <[email protected]> wrote in message
    > news:[email protected]...
    >> I never knew about Data > Text to Columns...
    >>
    >> I like your way, you just have to remember to select on screen 3 of 3 the
    >> radio button for "Do not import column (skip)" and make sure the first
    >> column in the "Data preview" area so the row numbers aren't put in.
    >>
    >> OR
    >>
    >> Delete Column A when done.
    >>
    >> Thanks!
    >>
    >> "JE McGimpsey" <[email protected]> wrote in message
    >> news:[email protected]...
    >> >I prefer
    >> >
    >> > A B C
    >> > 1 5 Apple Red
    >> > 2 9 Grape Blue
    >> > 3 2 Orange Green
    >> >
    >> >
    >> > but any of your other forms will work - I'd just paste them in and use
    >> > Data/Text to Columns to distribute them. However, enclosing the values
    >> > in quotes will tend to cause them to be entered as text, which you
    >> > might
    >> > not want for column A.
    >> >
    >> > In article <#[email protected]>,
    >> > "M.Siler" <[email protected]> wrote:
    >> >
    >> >> What is the best way to post data to this newsgroup such that people

    > kind
    >> >> enough to help can copy/paste the data into a sheet.
    >> >>
    >> >> If I had the following:
    >> >>
    >> >> A1 = 5 B1 = Apple C1 = Red
    >> >> A2 = 9 B2 = Grape C2 = Blue
    >> >> A3 = 2 B3 = Orange C3 = Green
    >> >>
    >> >> I've tried the follow, but nothing seems to work... any suggestions?
    >> >>
    >> >> 5,Apple,Red
    >> >> 9,Grape,Blue
    >> >> 2,Orange,Green
    >> >>
    >> >> or
    >> >>
    >> >> "5","Apple","Red"
    >> >> "9","Grape","Blue"
    >> >> "2","Orange","Green"
    >> >>
    >> >> or
    >> >>
    >> >> 5;Apple;Red
    >> >> 9;Grape;Blue
    >> >> 2;Orange;Green

    >>
    >>

    >
    >




  6. #6
    M.Siler
    Guest

    Re: How to post sample data to this NG

    I just attached a file and it posted here. I didn't think it would. Given
    that it did, is there anyone that will get upset or is this a good way to
    explain something when there's just too much and the actual workbook would
    be best?

    What about HTML posts?

    "M.Siler" <[email protected]> wrote in message
    news:[email protected]...
    > So it shall be. Thanks!
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:udkR%[email protected]...
    >> Invariably we have some work to do, but if we are minded to help, the
    >> format
    >> JE suggests usually works best.
    >>
    >> --
    >>
    >> HTH
    >>
    >> RP
    >> (remove nothere from the email address if mailing direct)
    >>
    >>
    >> "M.Siler" <[email protected]> wrote in message
    >> news:[email protected]...
    >>> I never knew about Data > Text to Columns...
    >>>
    >>> I like your way, you just have to remember to select on screen 3 of 3
    >>> the
    >>> radio button for "Do not import column (skip)" and make sure the first
    >>> column in the "Data preview" area so the row numbers aren't put in.
    >>>
    >>> OR
    >>>
    >>> Delete Column A when done.
    >>>
    >>> Thanks!
    >>>
    >>> "JE McGimpsey" <[email protected]> wrote in message
    >>> news:[email protected]...
    >>> >I prefer
    >>> >
    >>> > A B C
    >>> > 1 5 Apple Red
    >>> > 2 9 Grape Blue
    >>> > 3 2 Orange Green
    >>> >
    >>> >
    >>> > but any of your other forms will work - I'd just paste them in and use
    >>> > Data/Text to Columns to distribute them. However, enclosing the values
    >>> > in quotes will tend to cause them to be entered as text, which you
    >>> > might
    >>> > not want for column A.
    >>> >
    >>> > In article <#[email protected]>,
    >>> > "M.Siler" <[email protected]> wrote:
    >>> >
    >>> >> What is the best way to post data to this newsgroup such that people

    >> kind
    >>> >> enough to help can copy/paste the data into a sheet.
    >>> >>
    >>> >> If I had the following:
    >>> >>
    >>> >> A1 = 5 B1 = Apple C1 = Red
    >>> >> A2 = 9 B2 = Grape C2 = Blue
    >>> >> A3 = 2 B3 = Orange C3 = Green
    >>> >>
    >>> >> I've tried the follow, but nothing seems to work... any suggestions?
    >>> >>
    >>> >> 5,Apple,Red
    >>> >> 9,Grape,Blue
    >>> >> 2,Orange,Green
    >>> >>
    >>> >> or
    >>> >>
    >>> >> "5","Apple","Red"
    >>> >> "9","Grape","Blue"
    >>> >> "2","Orange","Green"
    >>> >>
    >>> >> or
    >>> >>
    >>> >> 5;Apple;Red
    >>> >> 9;Grape;Blue
    >>> >> 2;Orange;Green
    >>>
    >>>

    >>
    >>

    >
    >




  7. #7
    Bernie Deitrick
    Guest

    Re: How to post sample data to this NG

    I actually prefer the comma delimited:

    5,Apple,Red
    9,Grape,Blue
    2,Orange,Green

    That way, I don't have to deal with weird spaces when using text to columns.
    Of course, if your cells have commas, you're cooked.


    HTH,
    Bernie
    MS Excel MVP


    "M.Siler" <[email protected]> wrote in message
    news:%[email protected]...
    > What is the best way to post data to this newsgroup such that people kind
    > enough to help can copy/paste the data into a sheet.
    >
    > If I had the following:
    >
    > A1 = 5 B1 = Apple C1 = Red
    > A2 = 9 B2 = Grape C2 = Blue
    > A3 = 2 B3 = Orange C3 = Green
    >
    > I've tried the follow, but nothing seems to work... any suggestions?
    >
    > 5,Apple,Red
    > 9,Grape,Blue
    > 2,Orange,Green
    >
    > or
    >
    > "5","Apple","Red"
    > "9","Grape","Blue"
    > "2","Orange","Green"
    >
    > or
    >
    > 5;Apple;Red
    > 9;Grape;Blue
    > 2;Orange;Green
    >
    >
    >




  8. #8

    Re: How to post sample data to this NG

    if i were you and you had data; i would use a database and not excel
    lol

    DATAbase

    much better for making reports


  9. #9
    Bill Sharpe
    Guest

    Re: How to post sample data to this NG

    Access is overkill for three rows and three columns. <g>

    Bill

    <[email protected]> wrote in message
    news:[email protected]...
    if i were you and you had data; i would use a database and not excel
    lol

    DATAbase

    much better for making reports



  10. #10
    M.Siler
    Guest

    Re: How to post sample data to this NG

    How does everyone feel if a unique delimiter was used line the tilde ~

    5~Apple~Red
    9~Grape~Blue
    2~Orange~Green

    Then use Data > Text to Columns... and select the tilde as the delimiter and
    you're golden.

    I looked through options and didn't see where I could set the ~ as the
    default delimiter.


    "Bernie Deitrick" <deitbe @ consumer dot org> wrote in message
    news:uUM%[email protected]...
    >I actually prefer the comma delimited:
    >
    > 5,Apple,Red
    > 9,Grape,Blue
    > 2,Orange,Green
    >
    > That way, I don't have to deal with weird spaces when using text to
    > columns.
    > Of course, if your cells have commas, you're cooked.
    >
    >
    > HTH,
    > Bernie
    > MS Excel MVP
    >
    >
    > "M.Siler" <[email protected]> wrote in message
    > news:%[email protected]...
    >> What is the best way to post data to this newsgroup such that people kind
    >> enough to help can copy/paste the data into a sheet.
    >>
    >> If I had the following:
    >>
    >> A1 = 5 B1 = Apple C1 = Red
    >> A2 = 9 B2 = Grape C2 = Blue
    >> A3 = 2 B3 = Orange C3 = Green
    >>
    >> I've tried the follow, but nothing seems to work... any suggestions?
    >>
    >> 5,Apple,Red
    >> 9,Grape,Blue
    >> 2,Orange,Green
    >>
    >> or
    >>
    >> "5","Apple","Red"
    >> "9","Grape","Blue"
    >> "2","Orange","Green"
    >>
    >> or
    >>
    >> 5;Apple;Red
    >> 9;Grape;Blue
    >> 2;Orange;Green
    >>
    >>
    >>

    >
    >




+ 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