Countifs Question

Options

Greetings! How do I use the countifs formula to count if area =1, category 1 = x, and Date range is April? For the example below the value generated by the formula should be 1.

How would I do the same but date range is all of April up to "today"?


Answers

  • Nic Larsen
    Nic Larsen ✭✭✭✭✭✭
    edited 04/24/24
    Options

    Try something like this:

    =COUNTIFS(Area:Area, 1, [Category 1]:[Category 1], "x", [Date Closed]:[Date Closed], >=DATE(2024, 4, 1), [Date Closed]:[Date Closed], <=DATE(2024, 4, 30))

    or

    =COUNTIFS(Area:Area, 1, [Category 1]:[Category 1], "x", [Date Closed]:[Date Closed], >=DATE(2024, 4, 1), [Date Closed]:[Date Closed], <=TODAY())

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!