CountIF formula between two sheets

Hello,
Can someone please point out what's wrong in this formula: =(COUNTIFS({Applied Grants}, "Applied", {submission date}), AND(@cell >= DATE (2025, 1, 1), @cell <= DATE(2025, 12, 31))
I would like to count the total number of grants with the status "Applied" between the Submission date of Jan 1 - Dec 31 2025.
Please refer to image in sheet "A" - The formula gives the following error.
Here are the relevant columns for sheet "B". This is where the COUNTIF formula for sheet "A" looks into.
Answers
-
Hello @SiddV47
Looked like you got extra parenthesis there and an extra space after the first DATE function.
Try this:
=COUNTIFS({Status Column}, "Applied", {Submission Date Column}, AND(@cell >= DATE (2025, 1, 1), @cell <= DATE(2025, 12, 31)))
Make sure to select the correct cross-sheet references.
Melissa Yamada
melissa@insightfulsheets.com
Data made simple, spreadsheets reimagined
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!