Counting Item that meets Criteria.

RJT
RJT ✭✭✭✭

Good Evening Community. Trying to count an item that meets certain criteria. For example I am referencing two columns of the same sheet and trying to count the first column that contains Food POS and has a Projected Status of Projected Install. Below is code that has been attempted.

=COUNTIF(AND(({POS Install Status}, "Food POS") {POS Projected Install}, "Projected Installed"))

Tags:

Answers

  • Kerry St. Thomas
    Kerry St. Thomas Community Champion

    COUNTIF doesn't play nice with AND. Instead, try COUNTIFS (plural). This formula basically is the same logic as the "AND" you're trying to capture.

    =COUNTIFS({POS Install Status},"Food POS",{POS Projected Install}, "Projected Installed")

    Check this out for more information about COUNTIFS:
    https://help.smartsheet.com/function/countifs

    If this answer resolves your question, please help the Community by marking it as an accepted answer. I'd also be grateful for your response - "Insightful"or "Awesome" reactions are much appreciated. Thanks!

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!