Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default how do i use excel to check my lottery numbers

I was just trying to use an excel sreadsheet to sort my lottery numbers,
highlight matches and see if I have won anything.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default how do i use excel to check my lottery numbers

Should be possible. Look at the countif worksheet function.

--
Regards,
Tom Ogilvy

"pat07734" wrote in message
...
I was just trying to use an excel sreadsheet to sort my lottery numbers,
highlight matches and see if I have won anything.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default how do i use excel to check my lottery numbers

sort
[a4:e4].Sort Key1:=[a4], Orientation:=xlLeftToRight
hightlight matches with conditional formating
=sumproduct(($b$5:$f$5-e10(=)*1)
to count em up
=IF(G6=0,"",SUMPRODUCT(COUNTIF(B6:F6,$B$5:$F$5)))
conditional formatting to turn red if 2

--
Don Guillett
SalesAid Software

"pat07734" wrote in message
...
I was just trying to use an excel sreadsheet to sort my lottery numbers,
highlight matches and see if I have won anything.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,979
Default how do i use excel to check my lottery numbers

You can use conditional formatting to highlight the numbers, as shown he

http://www.contextures.com/xlCondFormat03.html#Lottery

pat07734 wrote:
I was just trying to use an excel sreadsheet to sort my lottery numbers,
highlight matches and see if I have won anything.



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html



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
check against a lottery database PAULGOR Excel Discussion (Misc queries) 6 December 8th 09 09:04 PM
Is there a template to double check Lottery scratcher tickets? lkn4bearbud Excel Discussion (Misc queries) 1 April 18th 09 08:08 AM
Lottery check Ron New Users to Excel 13 September 15th 06 02:13 AM
How do I generate random lottery numbers in Excel? Mark1809 Excel Worksheet Functions 7 July 31st 05 07:23 PM
combination of numbers in lottery knoertje[_6_] Excel Programming 32 October 12th 04 07:05 PM


All times are GMT +1. The time now is 05:45 AM.

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

About Us

"It's about Microsoft Excel"