Using my data set, I would like to know by region the number of multi-year reporters and new reporters (2018). I will count either status as an active reporters.
Ex. Africa= total 2 active reporters
-Ghana: Multi-Year Reporter
-South Africa: New-Reporter
-Nigeria: Did not report
The following formula will count the number of multi-year reports, but I cannot seem to add a statement to make it include both multi-year and new reporters.
=COUNTIFS({Data_Regional GRF LUW Report Tracker Range 1}, Regions1, {Data_Regional GRF LUW Report Tracker Range 2}, "Multi-Year Reporter")
I tried to create this:
=COUNTIFS({Data_Regional GRF LUW Report Tracker Range 1}, Regions1, AND{Data_Regional GRF LUW Report Tracker Range 2}, "Multi-Year Reporter", OR{Data_Regional GRF LUW Report Tracker Range 2,}"New Reporter")
Can anyone tell me how to correct my formula?
Thanks!