Unparseable Error
I am can't figure out why I am getting the error, if anyone can help
=COUNTIFS([Start Date]:[Start Date],"<="TODAY(),[Module]:[Module],"Retail"))
Best Answer
-
The range and conditions need to be separated by commas instead of directly comparing them.
=COUNTIFS([Start Date]:[Start Date], @cell <= TODAY(), [Module]:[Module], "Retail")
Answers
-
@kristi_pei Hi, remove the quotation marks for the date <=TODAY() and remove the extra bracket
-
=COUNTIFS([Start Date]:[Start Date] <= TODAY(), [Module]:[Module] = "Retail")
Hi! Thank you for your help. Now I am getting an #invalid operation error. I guess that it is progress
-
The range and conditions need to be separated by commas instead of directly comparing them.
=COUNTIFS([Start Date]:[Start Date], @cell <= TODAY(), [Module]:[Module], "Retail")
-
YES!!! That worked. Thank you both!! I am so excited that this was resolved!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!