Sheet Summary COUNTIFS using netdays
I am trying to count how many requests are open for more then 2 days in sheet summary.
The above formula results in #UNPARSEABLE
Answers
-
Hi @Jenifer Salvetti ,
Try this:
=COUNT(COLLECT([process engineering approval]:[process engineering approval],"",[days to complete]:[days to complete],>2))
This will count all of the rows that have been open for more than 2 days and the approval is still blank.
Hope this helps! Let me know if it works for you.
Best,
Heather
-
-
@Jenifer Salvetti Does your Days to Complete column exclude weekends? If not, you can insert a new column (or change your formula in the Days to Complete column):
=NETWORKDAYS([date submitted]@row,TODAY())
Based on your screenshot above, there's nothing that meets the criteria you listed.
-
The days to complete column has =IFERROR(NETDAYS([Date Submitted]@row, [PE Change Date]@row), "")
I'm looking to count the requests that have no approval status and have been open for more than 2 working days.
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!