CountIFs (Time and Blanks)
We use Smartsheet to provide customers with an invoice and allow them to give us a PO. I am wanting to create a formula that will count invoice past 90, 60, 30 days that have a blank in the PO #. I am pretty sure I have FINALLY figured out the date function, but can't figure out how to "marry" it with the blank function. I am open for an and all help! Thank you in advance.
Best Answer
-
Ok. You are going to want to start by switching from COUNTIF to COUNTIFS to allow multiple range/criteria sets. Then it would look something like this...
=COUNTIFS([Date Sent]1:[Date Sent]54, <TODAY(-90), [PO #]:[PO #], @cell = "")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
Can you provide the formula you are using to incorporate the date? That way we can go ahead and build off of that instead of trying to "reinvent the wheel".
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Of course. Thank you.
=COUNTIF([Date Sent]1:[Date Sent]54, <TODAY(-90))
-
Ok. You are going to want to start by switching from COUNTIF to COUNTIFS to allow multiple range/criteria sets. Then it would look something like this...
=COUNTIFS([Date Sent]1:[Date Sent]54, <TODAY(-90), [PO #]:[PO #], @cell = "")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
This worked! Thank you so much I have been racking my brain trying to figure this out. Sometimes all you need to do is ask. Have a wonderful evening...
-
Happy to help! 👍️
Please don't forget to mark the most appropriate response(s) as "helpful". This will let others searching for a similar solution know that one may be found here.
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 301 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!