I am attempting to return a series of values ONLY for the month in which this is being viewed.
SHEET 1
The "Count", The "Goal" and the "Count - Goal" are all coming from another sheet.
Where I am getting in trouble is I have been using Countifs, and I believe this is incorrect.
Here is the clunky formula I came up with:
=COUNTIFS({GOAL Active SOW 2022 from Project Sheets Range 1}, [Primary Column]@row, ({GOAL Active SOW 2022 from Project Sheets Range 2}), AND(IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), IFERROR(YEAR(@cell), 0) = YEAR(TODAY())))
Okay now onto the other sheet:
SHEET 2
What I am TRYING to do is: On SHEET 1, return the actual number in "Completed",
IF The item in "Reference" on Sheet 2 matches the item in "Primary Column" on Sheet 1, AND The Date is "Start Date" on Sheet 2 is this month, this year, THEN report the number in TOTAL COMPLETE on Sheet 2 to "COUNT" on sheet one.
From there I can do the same to draw the goal number in and so forth.
SO if someone can help me out and tell me where to send the bottle of bourbon to... I would be MOST appreciative!