I have the following formula working:
=COUNTIFS('Detailed Incidents'!$D$2:$D$1000,”New Jersey”,'DetailedIncidents'!$I$2:$I$1000,”Newark”,'Detailed Incidents'!$B$2:$B$1000,”January*”,'DetailedIncidents'!$B$2:$B$1000,”*2018”))
But I want to include if another corresponding column hasANY of the following values: Resident,Visitor, Passing Through
I was thinking I would incorporate a nested if statement butI’ve run into a wall. Any suggestions onhow to append the formula to include a list of values?
=COUNTIFS('Detailed Incidents'!$D$2:$D$1000,”New Jersey”,'DetailedIncidents'!$I$2:$I$1000,”Newark”,'Detailed Incidents'!$B$2:$B$1000,”January*”,'DetailedIncidents'!$B$2:$B$1000,”*2018”))
But I want to include if another corresponding column hasANY of the following values: Resident,Visitor, Passing Through
I was thinking I would incorporate a nested if statement butI’ve run into a wall. Any suggestions onhow to append the formula to include a list of values?