Count function

G

Guest

How can I count a text value only once when there are
multiple occurrences in a column?
 
G

Gabor Sebo

-----Original Message-----
How can I count a text value only once when there are
multiple occurrences in a column?
.
Hello,

not too difficult. incorporate yor counting formula in
this if statement:

if(count according to your formula>0,1,0)
 
Top