Countifs Referencing Multiple Ranges in Another Sheet for Name and Date Range

Megan Noell
Megan Noell ✭✭
edited 11/03/23 in Formulas and Functions

I am trying to pull the total number for a specific person and a specific date range within a different sheet but also different ranges. I am able to get it to work with just the name or just the date range but gives an error of Incorrect Argument when I try to combine.

Formula I am using:

=COUNTIFS({PM and IC Assignments Range 16}, "Name", {Ready PM and IC Assignments Range 1}, >=DATE(2024, 1, 1))

I need to use a date range though for Jan, Feb, March, etc. So also need to add a <=DATE(202,1,31)


I've tried the following formula as well still receiving incorrect argument:

=COUNTIFS({Ready PM and IC Assignments Range 2}, >=DATE(2024, 1, 1), {Ready PM and IC Assignments Range 2}, <=DATE(2024, 1, 31), {PM and IC Assignments Range 16},"Name")

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!