LWillbourn
New Member
I am currently in the process of building a prospect tracking document for the company I work for.
I have built an input sheet with various columns including the prospect's name and whether the prospect is hot or not (denoted by a Y or a N). As the sales process is through stages I have multiple entries per person (i.e. a single person will need to go through the first stage then the second stage etc.), thus I have duplicate people with multiple Y in the hot or not column.
I have the formula to get the number of unique people =SUMPRODUCT(('Input Sheet'!$L$9:$L$1081<>"")/COUNTIF('Input Sheet'!$L$9:$L$1081,'Input Sheet'!$L$9:$L$1081&""))
But now want to get a count of out of the unique people how many are hot (so have a Y in the corresponding column) and seem to be struggling with it.
Any help on how to do this would be greatly appreciated
Thanks,
Luke
I have built an input sheet with various columns including the prospect's name and whether the prospect is hot or not (denoted by a Y or a N). As the sales process is through stages I have multiple entries per person (i.e. a single person will need to go through the first stage then the second stage etc.), thus I have duplicate people with multiple Y in the hot or not column.
I have the formula to get the number of unique people =SUMPRODUCT(('Input Sheet'!$L$9:$L$1081<>"")/COUNTIF('Input Sheet'!$L$9:$L$1081,'Input Sheet'!$L$9:$L$1081&""))
But now want to get a count of out of the unique people how many are hot (so have a Y in the corresponding column) and seem to be struggling with it.
Any help on how to do this would be greatly appreciated
Thanks,
Luke