Impossible to countifs on an empty column
Hello,
i have this formula that works fine :
=IF(ISBLANK([Name of LE]@row), "", COUNTIFS({Fn}, "HR", {LEC - Action list conso pivot Range 1}, CONTAINS([Region / IE_ID]@row, @cell), {Stage}, "Stage0"))
However when I add this last condition :
=IF(ISBLANK([Name of LE]@row), "", COUNTIFS({Fn}, "HR", {LEC - Action list conso pivot Range 1}, CONTAINS([Region / IE_ID]@row, @cell), {Stage}, "Stage0"), {TgtDate}, "")
I get « INCORRECT ARGUMENT SET » error.
The TgtDate column is mostly empty so it should work I think. But it doesn’t.
thanks for your ideas to troubleshoot this !
best,
Pierre-Eric
Best Answer
-
Thanks Carson... i must have been tired on this one.
Appreciate the fresh pair of eyes
Best,
Pierre-Eric
Answers
-
Try tucking the last condition inside the COUNTIFS closing paren.
=IF(ISBLANK([Name of LE]@row), "", COUNTIFS({Fn}, "HR", {LEC - Action list conso pivot Range 1}, CONTAINS([Region / IE_ID]@row, @cell), {Stage}, "Stage0", {TgtDate}, ""))
-
Thanks Carson... i must have been tired on this one.
Appreciate the fresh pair of eyes
Best,
Pierre-Eric
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!