CountIF formula with 3 criteria help please
Hello,
I am trying to use the CountIF formula with 3 criteria.
1st criteria: date needs to between between 12/31/2023 and 5/5/2024
2nd criteria: intake status needs to be not blank
3rd criteria: must match zip code
I am getting "incorrect argument set". Can anyone help?
This is my formula below:
=COUNTIFS({BROWARD UP REQUEST INFORMATION created}, >=DATE(2023, 12, 31), {BROWARD UP REQUEST INFORMATION created}, <=DATE(2024, 5, 5), {Intake Status}, <>"", {zipcode}, "33309")
Answers
-
Hi @ealexis
You shouldn't specify a number in quotes. Try this instead
=COUNTIFS({BROWARD UP REQUEST INFORMATION created}, >=DATE(2023, 12, 31), {BROWARD UP REQUEST INFORMATION created}, <=DATE(2024, 5, 5), {Intake Status}, <>"", {zipcode}, 33309)
Thanks,
Aravind GP| Principal Consultant
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
-
@AravindGP unfortunately that did not work.
-
Hi, Your syntax looks fine. It is probably an issue with the cross-sheet references, which we cannot see.
Please check that all of those references are in the same sheet, and are the same size/shape (for example if one is only 10 rows, they must all be only 10 rows).
-
Hello @KPH
All of the references are indeed in the same sheet, and have the same amount of rows.
-
I'm not sure what to suggest next. Can you try re-building the cross sheet references? Just in case something weird has happened to them.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!