Counting


Posted by Lewis on May 04, 2001 5:04 PM

Hey guys,

I want a cell that counts all the cells above it but it only counts each value once... (there is text in the cells that are being counted)

so basically if I have AAABBCCCCCDD it would equal 4

e-mail mailto:curator@teamplanetx.com

thanx guys

-Lewis



Posted by JAIME on May 04, 2001 9:00 PM

=SUM(1/(COUNTIF(A1:A10,A1:A10)))

THIS IS AN ARRAY FUNCTION SO REMEMBER TO PRESS CTRL+SHFT+ENTER.