MasterBash
06-03-2024, 01:56 PM
Hello,
I am wondering how I can do this :
If criterias of column D and F are matching AND value inside a cell of column A and G matches (duplicates) then add a count.
33
Susan
Apple
48
64
Peter
Raspberry
35
48
Susan
Apple
64
35
Susan
Apple
95
So lets say I have something like this :
=COUNTIFS($B:$B;"Susan"; $C:$C;"Apple")... The value will be 3. However, I only want the formula to count if the value of a cell in column A and D are duplicates. Since 64 and 48 appears in both A and D, the count should be 2 instead of 3.
What would be the appropriate formula for something like this ?
Thank you!
I am wondering how I can do this :
If criterias of column D and F are matching AND value inside a cell of column A and G matches (duplicates) then add a count.
33
Susan
Apple
48
64
Peter
Raspberry
35
48
Susan
Apple
64
35
Susan
Apple
95
So lets say I have something like this :
=COUNTIFS($B:$B;"Susan"; $C:$C;"Apple")... The value will be 3. However, I only want the formula to count if the value of a cell in column A and D are duplicates. Since 64 and 48 appears in both A and D, the count should be 2 instead of 3.
What would be the appropriate formula for something like this ?
Thank you!