I am using a Grid Sheet and a reference sheet but can not figure out how to get the formula to match. I am using
=COUNTIFS([Start Date]:[Start Date], AND(@cell >= DATE (2021, 1, 1), @cell <= DATE(2021, 12, 31)))
This is my reference sheet formula
=COUNTIFS({OnBoarding Partner Agreements Range 1} [Start Date]:[Start Date], ">="&DATE(2021, 1, 1), {OnBoarding Partner Agreements Range 1} [Start Date]:[Start Date], "<="&DATE(2021, 12, 31))
But I am wondering how I pull this from another sheet and put this in a reference sheet to make a bar graph
TYIA