View Single Post
 
Old 04-14-2016, 07:01 PM
Ryga38 Ryga38 is offline Mac OS X Office 2016
Novice
 
Join Date: Apr 2016
Location: Yungaburra
Posts: 1
Ryga38 is on a distinguished road
Default Counting only the unique names in 3 columns on separate worksheets.

I am making a client register for a homeless shelter. I get a total of individual clients at the end of each month. I do not want to count repeat clients twice. The clients names are in column C6:C36. For this I use the formula:

=SUMPRODUCT((C6:C36<>"")/COUNTIF(C6:C36,C6:C36&""))


I now need to develop a formula for the Quarterly report (separate worksheet) that gives only the individuals for the 3 month period (each month is on a separate worksheet) So if someone stayed in January and again in March, they should only be counted once. Is there a formula that can give the total number of individuals from 3 separate columns on different worksheets without counting repeat clients?
Reply With Quote