Hi Lotto Forum,
Can anyone help me with an Excel Formula:
I have a table of 5 columns (C to G) and many rows. Is there a way to sum the count of identical occurrences of Rightmost digits in a row, there may be one or two digits per cell. Results housed in column H - relevant row.
Example Data: (Columns C to G)
C D E F G
Row50 9 19 23 33 34
Row51 5 15 25 30 33
Row52 8 18 19 28 29
Row53 9 19 20 30 32
Row54 2 12 22 30 32
In Row50 the digit 9 appears twice in the rightmost position and the digit 3 also appears twice in the rightmost position in the cells. This gives a total summed count of 4.
Expected Results: (Column H)
Row50 4 - two matches of the digit 9 and digit 3 respectively.
Row51 3
Row52 5
Row53 4
Row54 4
There will be rows that have a zero count of identical Rightmost digits.
Assistance very much appreciated.
Cheers
Sammy
Can anyone help me with an Excel Formula:
I have a table of 5 columns (C to G) and many rows. Is there a way to sum the count of identical occurrences of Rightmost digits in a row, there may be one or two digits per cell. Results housed in column H - relevant row.
Example Data: (Columns C to G)
C D E F G
Row50 9 19 23 33 34
Row51 5 15 25 30 33
Row52 8 18 19 28 29
Row53 9 19 20 30 32
Row54 2 12 22 30 32
In Row50 the digit 9 appears twice in the rightmost position and the digit 3 also appears twice in the rightmost position in the cells. This gives a total summed count of 4.
Expected Results: (Column H)
Row50 4 - two matches of the digit 9 and digit 3 respectively.
Row51 3
Row52 5
Row53 4
Row54 4
There will be rows that have a zero count of identical Rightmost digits.
Assistance very much appreciated.
Cheers
Sammy
Last edited: