Cross sheet formula question
I am using the following cross sheet formula - =COUNTIFS({Completed Contracts Range 1}, "Addendum", {Completed Contracts Range 2}, ">=01/01/23", {Completed Contracts Range 2}, "<=01/31/23")
I keep getting a total of zero although there is more than 1. The dat formatted in the sheet is 01/01/23 and I am trying to calculate how many times the word Addendum shows up on a specific sheet for a specific month.
Range one house the contract type "Addendum" and Range 2 houses the dates "01/01/23"
What am I doing wrong
Best Answer
-
Try:
=COUNTIFS({Completed Contracts Range 1}, "Addendum", {Completed Contracts Range 2}, >= DATE(2023, 01, 01), {Completed Contracts Range 2}, <= DATE(2023, 01, 31)
Answers
-
Try:
=COUNTIFS({Completed Contracts Range 1}, "Addendum", {Completed Contracts Range 2}, >= DATE(2023, 01, 01), {Completed Contracts Range 2}, <= DATE(2023, 01, 31)
-
It worked! Thank you
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!