Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
skint
 
Posts: n/a
Default Help sorting data into own column

Hi all

I want to copy and paste lottery results from previous from this site
http://www.irishlotto.net/main-results/2005.htm but the info is all in
one cell.
How can I get rid of the data I do not require and just keep the date
of the draw in one cell, the 6 numbers in another cell and the bonus
ball number in a 3rd cell.
I want to have like 3 columns headed DATE OF DRAW NUMBERS BONUS.
If anyone could show me how to do this easily I would be most grateful.
Many thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default Help sorting data into own column

Do you really want just 3 columns? Presumably you are importing this
to Excel so you can perform statistical analysis on the results,
perhaps a frequency count to determine the most commonly occurring
numbers. If that's the case you'll need the numbers in their
individual cells.

For just three columns, try this: copy the data on the website into the
clipboard, open a blank spreadsheet, and paste into cell A1. Highlight
Column A and from the menu click Data Text to Columns, choose the
Delimited radio button, and click Next. In the next window's Delimiters
box, select Other and enter a - in the box, then click the Treat
Consecutive Delimiters as One checkbox. Click Finish, and the three
columns appear. You can clean up that leading comma in column B by
inserting a new column immediately to the right of column B and
entering this formula in C1:
=MID(TRIM(B1),2,LEN(TRIM(B1))-2)
....then copy and paste that down for remaining dates.

If you would like to have each number in its own cell for statistical
analysis, follow the same process as above, but select the Comma
checkbox for your delimiter.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel: How to choose data on two separate rows in the same column RicardoE Excel Worksheet Functions 2 February 24th 06 12:41 AM
ranking query JaimeTimbrell Excel Discussion (Misc queries) 2 February 16th 06 08:09 AM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
How to AUTO SORT A-Z new data in a column (not menual sorting) Nir Excel Worksheet Functions 2 November 8th 05 10:29 PM
Sorting Data in a column BigAndy Excel Discussion (Misc queries) 1 September 13th 05 10:05 AM


All times are GMT +1. The time now is 04:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"