I have an Excel table with a list of countries, cities and preferred transports, such as the one below:
I want to build another table where, for each country, I want to signal the number of transport modes which are repeated, like the one below:
For instance, in Algeria, only "Car" appears more than once, so the value 1 would come up. In Angola the same is true.In Benin, both "Plane" and "Bicycle" appear twice and so the number 2 would come up.
I have tried a mixture of SUM, COUNTIFS AND IFS but have yet to succeed in doing what I want.
How can I do this?