Count If and Is Blank
I am trying to do a formula to count the number of unapproved invoices.
I am counting the column "Approve/Deny" for when it is blank and have this: =COUNTIF([Approve/Deny]:[Approve/Deny], "")
I need to add another argument because it is counting all the rows even when there is no entries. So I tried to count the number of times when the Invoice Date column is not blank but the formula does not work.
Let me know if there is anything I am missing!
Answers
-
Hi, Megan.
You're already halfway there.
Instead of COUNTIF(), use the function COUNTIFS() so that you can apply your second criterion, when Invoice Date is not blank.
COUNTIFS( range1, criterion1, range2, criterion2, range_N, criterion_N )
=COUNTIFS([Approve/Deny]:[Approve/Deny], "", [Invoice Date]:[Invoice Date], <>"")
You'll find the Smartsheet functions reference here...
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives