H
h20polo
Hi,
I have a list of names (column A) and titles (column C) compiled for all of
the guests who have attended our events. I am trying to categorize our guests
based on their titles, and have figured that out:
=SUM('Full list'!C:C)+COUNTIF('Full list'!C:C,"Chairman")+COUNTIF('Full
list'!C:C,"CEO")
However, that number includes every time "Chairman" or "CEO" comes up in
column C, and I only want it to add up each time it comes up for a different
name that appears in column A. Can I do this without deleting the duplicate
names?
Thanks very much.
I have a list of names (column A) and titles (column C) compiled for all of
the guests who have attended our events. I am trying to categorize our guests
based on their titles, and have figured that out:
=SUM('Full list'!C:C)+COUNTIF('Full list'!C:C,"Chairman")+COUNTIF('Full
list'!C:C,"CEO")
However, that number includes every time "Chairman" or "CEO" comes up in
column C, and I only want it to add up each time it comes up for a different
name that appears in column A. Can I do this without deleting the duplicate
names?
Thanks very much.