Leicester City Fox
Member
Hi There
I have a list of Id numbers in a Column they appear several times these Ids may use different companies from list of 30 providers. I want to count how many times a unique id has used a different company and count the, the list I have is very long.
Any ideas what the best and simplest way might be to do this?
Small Example sample:
Looking for Result:
Thanks The Leicester Fox
I have a list of Id numbers in a Column they appear several times these Ids may use different companies from list of 30 providers. I want to count how many times a unique id has used a different company and count the, the list I have is very long.
Any ideas what the best and simplest way might be to do this?
Small Example sample:
ID | Providers |
1 | A |
2 | B |
3 | C |
1 | E |
2 | G |
1 | A |
1 | Z |
Looking for Result:
ID | Count of different providers used |
1 | 3 |
2 | 2 |
3 | 1 |
4 | 0 |
Thanks The Leicester Fox