I have a Countifs formula that I can get to work if a single item is selected from the dropdown but not if both options are selected.
I want to count:
1) Who's affected is Internal (works): =COUNTIFS({ProjectStatus}, "Open", {WhoAffected}, "Internal", {Live}, "Live Input")
2) Who's affected is External (works): =COUNTIFS({ProjectStatus}, "Open", {WhoAffected}, "External", {Live}, "Live Input")
3) Who's affected is BOTH Internal and External - NEED HELP PLEASE.
PS there are only two choices in that dropdown.
Thank you!