YasserKhalil
Well-Known Member
Hello everyone
I have a helper column in column F
This helper column to count unique values only in I4:I7
It is required to count nationality and skipping duplicated values in Column B
Here's the attachment to illustrate the issue
I need to get rid of the helper column and use only one formula without the need of helper column. Is it possible?
I have a helper column in column F
Code:
=IF(SUMPRODUCT(($B$5:$B5=$B5)*($E$5:$E5=$E5))=1,1,"")
It is required to count nationality and skipping duplicated values in Column B
Here's the attachment to illustrate the issue
I need to get rid of the helper column and use only one formula without the need of helper column. Is it possible?