G
Guest
I was just trying to use an excel sreadsheet to sort my lottery numbers,
highlight matches and see if I have won anything.
highlight matches and see if I have won anything.
=sumproduct(($b$5:$f$5=e10)*1)
Don Guillett said: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
(e-mail address removed)
pat07734 said:I was just trying to use an excel sreadsheet to sort my lottery numbers,
highlight matches and see if I have won anything.