I have a sheet where there is from E17 to E32:
12345--
12345-7
12345-7
1-345-7
1234567
123456-
12345-7
1234567
12345--
12345-7
123--6-
12345--
123456-
123-56-
1234567
1234---
And now I have to figure out how many time each number appears.
Numbers from 1 to 7 are in A4:A10.
=COUNTIF($E$17:$E$32,A4) and so on is not working.
Thanks for help!
12345--
12345-7
12345-7
1-345-7
1234567
123456-
12345-7
1234567
12345--
12345-7
123--6-
12345--
123456-
123-56-
1234567
1234---
And now I have to figure out how many time each number appears.
Numbers from 1 to 7 are in A4:A10.
=COUNTIF($E$17:$E$32,A4) and so on is not working.
Thanks for help!