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
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!