IF, AND, OR Formulas

Jasmine Garcia
edited 12/09/19 in Formulas and Functions

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!

Tags:

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!