Count qty of rows within date range
Hello, all -
I am putting together a dashboard for my company's RE needs and am wanting to summarize the qty of leases that expire within a given year. I currently have date columns setup for Lease State and Lease End with D,M,Y. We have over 100 locations and I want to create a summary field that pulls out QTY of 2022 Lease Expirations, 2023 Lease Expirations, etc. etc. but can't seem to get a formula that works. Any help would be appreciated!
This is where Im at so far:
=COUNTIFS(Lease End:Lease End,>=date(2022,01,01),<=date(2022,12,31))
Thanks!
Answers
-
Try calling your range again for the end date to see if that helps.
=COUNTIFS([Lease End]:[Lease End],>=date(2022,01,01), [Lease End]:[Lease End],<=date(2022,12,31))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 446 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!