Issue with countif and find formula
Hello, I am trying to have number of projects owned by Project manager
I have used this formula :
=COUNTIFS({Digital Project Portfolio Plage 1}; FIND("xxxxx.xxxxx@xxxxxx.com"; @cell) > 0; {Digital Project Portfolio Plage 2}; "In Progress")
which is working well
But i am trying to use it with an email adress like xxx.xxxx.xxxx@xxxx.com, it is giving me a 0 value.
Any idea to avoid this issue with 3 args before the @?
Strange :-) and thx
Best Answer
-
It's working for me if I just set it up this way - the Find wasn't needed. But, is there more than 1 email address in your email address column (that's when you'd need Find)
=COUNTIFS([Email Address]1:[Email Address]12, "Mel.Cor.Bin@email.com", Status1:Status12, "In Progress")
Answers
-
It's working for me if I just set it up this way - the Find wasn't needed. But, is there more than 1 email address in your email address column (that's when you'd need Find)
=COUNTIFS([Email Address]1:[Email Address]12, "Mel.Cor.Bin@email.com", Status1:Status12, "In Progress")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!