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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!