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
- 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!