Please help me know the formula for below,
if the input is,
Header1 Header2 Header3
ABC DEF Yes
ABC DEF Yes
ABC GHI No
ABC GHI No
ABC GHI No
ABC GHI No
ABC GHI No
ABC GHI No
ABC GHI No
ABC JKL Yes
Then the output should be
Yes 2
No 1
We have to calculate Yes and No basis the uniqueness of Header 2, for eg: DEF is written twice so Yes counter is 1, then JKL has Yes, which makes Yes - 2. Similarly GHI is written once in header 2, so the counter of No is 1