S
stakar
I have a problem to solve
In a range of 5 cells there are unique numbers between 01 and 45. I
wanna count how many specific digits a time, they are in the range. The
digit that i wanna know it will be given by me.
Eg.
cell -> A1 B1 C1 D1 E1
NUM->01 05 15 14 44
The result must be ....
(it depends on what digit i wanna check each time, but for the
understanding of the issue i m giving all the results)
digit 0 -> 2 times (nums -> 01-05)
digit 1 -> 3 times (nums -> 01-15-14)
digit 4 -> 3 times (nums -> 14-44)
digit 5 -> 2 times (nums -> 05-15)
Is there any idea ??
Thanks in advance
In a range of 5 cells there are unique numbers between 01 and 45. I
wanna count how many specific digits a time, they are in the range. The
digit that i wanna know it will be given by me.
Eg.
cell -> A1 B1 C1 D1 E1
NUM->01 05 15 14 44
The result must be ....
(it depends on what digit i wanna check each time, but for the
understanding of the issue i m giving all the results)
digit 0 -> 2 times (nums -> 01-05)
digit 1 -> 3 times (nums -> 01-15-14)
digit 4 -> 3 times (nums -> 14-44)
digit 5 -> 2 times (nums -> 05-15)
Is there any idea ??
Thanks in advance