SOLVED

COUNTIFS duplicate value

Frequent Contributor

Hi, 

small_village_1-1672679079951.png

How can I write a formula and get the expected result like above image.

Hope for your response.

Thank you.

 

2 Replies
best response confirmed by small_village (Frequent Contributor)
Solution

@small_village 

=C2/COUNTIF($A$2:$A$6,A2)

You can try COUNTIF instead of COUNTA.

countif.JPG 

@Quadruple_Pawn 

Thank you very much

it's worked