Countifs and Is not blank
I am trying to create a formula where it counts the number of rows when an invoice has not been approved. This is what I have and instead of changing the name for each person, I want to create one where it counts when the Approver column is not blank.
=COUNTIFS({Approver4}, "Eric Delie", {Hold}, "")
Best Answer
-
Try: =COUNTIFS({Approver4}, NOT(ISBLANK(@celly@cell)), {Hold}, "")
@cell references each cell in the range. No need to change that. Are you getting an error or incorrect response?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi,
Try:
=COUNTIFS({Approver4}, NOT(ISBLANK(@cell), {Hold}, "")
An alternative would be:
=COUNTIFS({Approver4}, ISTEXT(@cell), {Hold}, "")
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
No, I can't get that to work. What is the "@cell"? Do I have to replace that with something?
-
Try: =COUNTIFS({Approver4}, NOT(ISBLANK(@celly@cell)), {Hold}, "")
@cell references each cell in the range. No need to change that. Are you getting an error or incorrect response?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
@Mark Cronk Yes, that did work! Thank you!
-
Excellent. Glad you found a solution. Thank you for contributing to the community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 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!