Unique Name COUNTIF Query

  • Thread starter Thread starter SamuelT
  • Start date Start date
S

SamuelT

Hi all,

I have a spreadsheet that lists timesheet entries for the department's
employees (cells C2:C2342). I've been asked to count how many people
are on the spreadsheet (there are LOTS).

I was wondering if anyone can suggest a formula that might do this for
me. I've fiddled around with COUNTIF, but don't know how to get it to
count everytime it comes across a unique name.

Any suggestions would be greatly appreciated.

TIA,

SamuelT
 
=SUMPRODUCT((C2:C2342<>"")/COUNTIF(C2:C2342,C2:C2342&""))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top