|  

» Counting Values that Appear Only Once in

Problem:

Counting the number of values in List1 (column A) that appear only once within the list.

Solution:

Use the SUM, IF, and COUNTIF functions as shown in the following Array formula:
{=SUM(IF(COUNTIF(A2:A7,A2:A7&"")=1,1,0))}



Rate This Tip
12 34 5
Rating: 3.67     Views: 6093
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments