Hi,
I would like to count all cells which contain text in a specific range excluding if text is "not available".
So for example if in sheet1 range(B4:B100) we have text: 'Pear', 'Apple', 'Cherry' and 'not available' multiple times then the count should return 3 no matter how many cells have text 'Pear', 'Apple', 'Cherry' or 'not available'.
Considering we need to exclude duplicates I think we would need VBA as opposed to COUNTIF function.
Thanks,
Nix
I would like to count all cells which contain text in a specific range excluding if text is "not available".
So for example if in sheet1 range(B4:B100) we have text: 'Pear', 'Apple', 'Cherry' and 'not available' multiple times then the count should return 3 no matter how many cells have text 'Pear', 'Apple', 'Cherry' or 'not available'.
Considering we need to exclude duplicates I think we would need VBA as opposed to COUNTIF function.
Thanks,
Nix