Right now I have this
=IF((B9=yes),SUM(C9))

101 yes 50.22
101 no 60.13
501 yes 75.5

I'd like it to only sum if "A" is 101, I'm sure this is simple and i'm just having a duh moment.