Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was just trying to use an excel sreadsheet to sort my lottery numbers,
highlight matches and see if I have won anything. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
check against a lottery database | Excel Discussion (Misc queries) | |||
Is there a template to double check Lottery scratcher tickets? | Excel Discussion (Misc queries) | |||
Lottery check | New Users to Excel | |||
How do I generate random lottery numbers in Excel? | Excel Worksheet Functions | |||
combination of numbers in lottery | Excel Programming |