
Originally Posted by
wk9128
ANS.POST#7 Please expand the source data range, maybe it can solve your problem
@amitdi You're Welcome. Glad to help . Thank You for the feedback and rep.
Hi,
This is solved. Thanks.
But I found an interesting issue, which I also resolved myself. I'll try to explain in case you or anybody else reading this thread later might be interested.
When I used your formula on my entire data, I was getting the answer 64, but my manual steps were giving the answer 67. Now 67 is the correct answer. On debugging, the issue was in unclear requirement conditions.
You see, one of the family has following rows
Family Name/Email/Email Address
Smith//
Smith//test@test.ca
Now your formula does not count Smith because the match fails. This is because the email populated is not the 1st row when it encounters Smith. But we need to count Smith, because they have an email address row.
I started building my own formula in Google sheets and was able to come up with this:
Since COUNTUNIQUE function does not exist in MS Excel and I dont know of an alternative, I cannot provide an alternative. But thats ok, as I anyways was planning to migrate this to Google sheets.
Thank you for all the posts as all of the above posts helped me build towards this solution.
Bookmarks