U
uOttawaGeek
Version: 2008 Operating System: Mac OS X 10.6 (Snow Leopard) Processor: Intel Hi everyone, I need to count the number of different values in rows of data.
For example, in 100 rows of data about Gender, there are only two values, F and M, so I would like the function to return 2, even if I select 100 rows all with data.
Another example:
Given the following list:
apple
orange
berry
berry
apple
banana
apple
The function would return 4 since there are four different values, apple, orange, berry banana
Does this function exist in Excel?
Thanks, this will be very helpful to a research project
For example, in 100 rows of data about Gender, there are only two values, F and M, so I would like the function to return 2, even if I select 100 rows all with data.
Another example:
Given the following list:
apple
orange
berry
berry
apple
banana
apple
The function would return 4 since there are four different values, apple, orange, berry banana
Does this function exist in Excel?
Thanks, this will be very helpful to a research project