Not sure how to put this formula together.
=COUNTIFS(A18:A134,A3,C18:C134,"Yes", (J18:J134,"Yes" or Q18:Q134,"Yes")
Not sure how to put this formula together.
=COUNTIFS(A18:A134,A3,C18:C134,"Yes", (J18:J134,"Yes" or Q18:Q134,"Yes")
Like this:
=COUNTIFS(A18:A134,A3,C18:C134,Q18:Q134,"Yes")+COUNTIFS(A18:A134,A3,C18:C134,"Yes", J18:J134,"Yes")
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
its saying too few arguments are entered for this function.
If both say Yes I just want to count 1.
J18:J134,"Yes" or Q18:Q134,"Yes"
Perhaps:
=SUMPRODUCT((A18:A134=A3)*(C18:C134="Yes")*(((J18:J134="Yes")+(Q18:Q134="Yes"))>0))
Everyone who confuses correlation and causation ends up dead.
Thanks that worked great![]()
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks