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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!