View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Quek HS Quek HS is offline
external usenet poster
 
Posts: 1
Default Count duplicate values in worksheet

Hi all,

does anyone knows how to write a formula to count the no. of duplicate vales
in a column?

For example:

Yes
No
Yes
No
Yes

When we apply the formula to a cell based on the value "Yes", the cell will
show 3.
When we apply the same formula in another cell, the cell value will show 2.

The Count formula in Excel counts only numeric values.

Any help is appreciated.

Thanks in advance.

Cheers,
HS