Count Providers Who Make either Pediatric or Perinatal Call

I am attempting to count the number of providers who make either a pediatric or perinatal related call. I have this formula:

=COUNTIFS([Provider Name]28:[Provider Name]38, OR([# Pediatric Calls]28:[# Pediatric Calls]38, >0, [# Perinatal Calls]28:[# Perinatal Calls]38, >0))

I keep getting an #INVALID error.

Best Answer

  • Courtney Coules
    Courtney Coules âś­âś­
    Answer âś“

    That was close, here's what ended up working:

    =COUNTIFS([Provider Name]28:[Provider Name]38, <>"", [# Pediatric Calls]28:[# Pediatric Calls]38, >0) + COUNTIFS([Provider Name]28:[Provider Name]38, <>"", [# Perinatal Calls]28:[# Perinatal Calls]38, >0)

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!