Winalot2007
Member
Looking for a for Excel formula for Pick 3 Combos.
Digits To VTRAC Chart
0 and 5 = VTRAC = 1
1 and 6 = VTRAC = 2
2 and 7 = VTRAC = 3
3 and 8 = VTRAC = 4
4 and 9 = VTRAC = 5
In cell A1 I enter a Digit 7
In cell B1 I enter the formula =MOD(A1,5)+1
This would give me a VTRAC of 3 (1 Position or Number)
(See chart above) Digit 7 = VTRAC 3
If I enter 725 in cell A1, what formula could I use where cell B1 the result would be 331?
(Digit Combo 725 = VTRAC Combo 331)
Thanks!!
Digits To VTRAC Chart
0 and 5 = VTRAC = 1
1 and 6 = VTRAC = 2
2 and 7 = VTRAC = 3
3 and 8 = VTRAC = 4
4 and 9 = VTRAC = 5
In cell A1 I enter a Digit 7
In cell B1 I enter the formula =MOD(A1,5)+1
This would give me a VTRAC of 3 (1 Position or Number)
(See chart above) Digit 7 = VTRAC 3
If I enter 725 in cell A1, what formula could I use where cell B1 the result would be 331?
(Digit Combo 725 = VTRAC Combo 331)
Thanks!!