In excel I have the simple count if =if((COUNTIFS(B:B,B2,A:A,"=A"))=0,"No","Yes")
So essentially, how do I loop through all of the rows, countif the Cell in MatchID against Range(MatchID) AND if Range(provider) = "A".
Whilst recording the entry in a new column.
Simply enough to do in VBA and excel but python/Pandas is new to me and still slightly beyond my mental grasp.
Is this possible?
Thanks for any help.