Date Range and status formula
Hello,
I have a metric sheet where I am trying to build a formula that references a date range column and status column of another sheet, but I keep getting "unparseable" or "incorrect argument".
I have tried the following formulas:
=COUNTIFS({Event Date},>=(2024, August, 1),{Event Date}, <(2025, August, 1),{Event Status},"Advice only") UNPARSEABLE
I don't know if it matters that my date column is formatted like this: Monday, November 1, 2024.
I tried changing the format to 2024-11-01 and used this formula
=COUNTIFS({Status}, "Advice only", {Event Date}, >=DATE(2024 - 8 - 1), {Event Date} <= DATE(2025 - 7 - 31)) INCORRECT ARGUMENT
Could someone advise
Answers
-
Try this: COUNTIFS({Events Date}, >=DATE(2024,08,01),{Events Date}, <DATE(2025,08,01, {Event Status}, "Advice Only")
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with!
-
Hi Michelle,
I get #INCORRECT ARGUMENT
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!