Count if there is a blank in another column

I am looking for a formula that will count how many times Alex's name shows up in the "assigned to" column but only if the "complete date" column is empty. Is this possible? Thank you!
Best Answers
-
Very possible!
=COUNTIFS([Contact Column]:[Contact Column], FIND("Alex", @cell) > 0, [Complete Date]:[Complete Date], ISBLANK(@cell))
-
Hi,
I think this should do what you're looking for:
=COUNTIFS([Assigned To]:[Assigned To], ="Alex", [Complete Date]:[Complete Date], ="")
Hope this helps! Let me know if you have any questions.
Best,
Mike
-
Hi,
Try something like this.
=COUNTIFS([Assigned To]:[Assigned To]; "Alex"; [Complete Date]:[Complete Date]; ISBLANK(@cell))
The same version but with the below changes for your and others convenience.
=COUNTIFS([Assigned To]:[Assigned To], "Alex", [Complete Date]:[Complete Date], ISBLANK(@cell))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
I hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Answers
-
Very possible!
=COUNTIFS([Contact Column]:[Contact Column], FIND("Alex", @cell) > 0, [Complete Date]:[Complete Date], ISBLANK(@cell))
-
Hi,
I think this should do what you're looking for:
=COUNTIFS([Assigned To]:[Assigned To], ="Alex", [Complete Date]:[Complete Date], ="")
Hope this helps! Let me know if you have any questions.
Best,
Mike
-
Hi,
Try something like this.
=COUNTIFS([Assigned To]:[Assigned To]; "Alex"; [Complete Date]:[Complete Date]; ISBLANK(@cell))
The same version but with the below changes for your and others convenience.
=COUNTIFS([Assigned To]:[Assigned To], "Alex", [Complete Date]:[Complete Date], ISBLANK(@cell))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
I hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Yep it worked thank you!
-
It worked. I appreciate everyone's help!
-
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!