What is wrong with this formula?
The following formula appears in one of our Smartsheets as a column formula:
=IF(Holidays@row <> "", IF(TODAY() >= Holidays@row, COUNTIFS({Course Complete Date}, Holidays@row, ""), ""))
This formula had been functioning as intended for quite some time, but it started yielding an #INCORRECT ARGUMENT SET error a few days ago. I checked the column mentioned in the formula (Holidays) as well as the reference ({Course Complete Date}, which points to an entire column in another Smartsheet), and they appear to be functioning correctly.
Does anyone know why this formula has started yielding an error?
Best Answer
-
If I'm reading this correctly, I think the comma at the end needs to be moved, because it looks like you're not closing off your COUNTIFS statement.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Answers
-
If I'm reading this correctly, I think the comma at the end needs to be moved, because it looks like you're not closing off your COUNTIFS statement.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
@Jeff Reisman That did it! 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
- 472 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!