MagnumOpus
New Member
- Joined
- Apr 27, 2011
- Messages
- 17
Hi all,
I'm working on a lottery spreadsheet and I'm trying to see how often a selected digit matches up with the highlighted digits in another column for accuracy testing purposes. In other words, if a key digit was "1", did it hit for that day or not? As you'll see, there are usually four key digits, so I want to check my accuracy for each one. It looks like this:
G1:P1 = Reference digits 0-9
G2:P2 = Count of digits found in winning number (all non-zero counts are highlighted - I used the countif function here.)
R2:U2 = The 4 key digits for the day
(sorry, I can't seem to post a screen shot)
Anyway, the R2:U2 digits need to compare with the G2:P2 counted digits so that at a glance I can see how accurate my key digits are. I tried the ismatch function but I couldn't get it to work, so maybe it's not the right one.
Thanks for any help.
I'm working on a lottery spreadsheet and I'm trying to see how often a selected digit matches up with the highlighted digits in another column for accuracy testing purposes. In other words, if a key digit was "1", did it hit for that day or not? As you'll see, there are usually four key digits, so I want to check my accuracy for each one. It looks like this:
G1:P1 = Reference digits 0-9
G2:P2 = Count of digits found in winning number (all non-zero counts are highlighted - I used the countif function here.)
R2:U2 = The 4 key digits for the day
(sorry, I can't seem to post a screen shot)
Anyway, the R2:U2 digits need to compare with the G2:P2 counted digits so that at a glance I can see how accurate my key digits are. I tried the ismatch function but I couldn't get it to work, so maybe it's not the right one.
Thanks for any help.