Hi everyone, I'm looking for a formula that will return the number of unique records that correspond to a separate criteria. As an example:
Column A Column B
Apple 123
Banana 123
Apple 101
Car 122
Banana 101
Apple 145
Apple 123
If the criteria value was "Apple", the formula should return 3 (123, 101, and 145). If it was "Banana", it would return 2 (123, 101).
Thanks in advance for your help!
Column A Column B
Apple 123
Banana 123
Apple 101
Car 122
Banana 101
Apple 145
Apple 123
If the criteria value was "Apple", the formula should return 3 (123, 101, and 145). If it was "Banana", it would return 2 (123, 101).
Thanks in advance for your help!