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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!