What is wrong with my formula? I want to do a countifs to count by deal stage in a date range.
I am trying to count all of my deals in "Lease Negotiating" that have 2023 open dates.
=COUNTIFS({Master Pipeline Tracker Range 1}, "LEASE NEGOTIATING", >=DATE(2023, 1, 1) {Master Pipeline Tracker Range 3}, <=DATE(2023, 12, 31))
Best Answer
-
Hi @Rudy Biagi
Try this: =COUNTIFS({Master Pipeline Tracker Range 1}, "LEASE NEGOTIATING", {Master Pipeline Tracker Range 3}, >=DATE(2023, 1, 1), {Master Pipeline Tracker Range 3}, <=DATE(2023, 12, 31))
Hope this helps.,
Dave
Answers
-
Hi @Rudy Biagi
Try this: =COUNTIFS({Master Pipeline Tracker Range 1}, "LEASE NEGOTIATING", {Master Pipeline Tracker Range 3}, >=DATE(2023, 1, 1), {Master Pipeline Tracker Range 3}, <=DATE(2023, 12, 31))
Hope this helps.,
Dave
-
This worked. Thanks so much for your help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 438 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!