Number of days open
Can anyone tell me why im getting an incorrect argument set error with the formula below? Im trying to determine how many days a case has remained open since it has been assigned, but want to ensure i dont include those that have a disposition date entered
=IF(AND(ISDATE([Date Assigned]@row,ISBLANK([Disposition Date]@row)),TODAY() - [Date Assigned]@row, "")
Answers
-
Not sure if this will work for you but I would use the disposition date as my primary if statement. Here is an example hopefully it works ok for you just make sure the columns are set to Date format that can cause issues sometimes.
=IF([Disposition Date]@row = "", TODAY() - [Date assigned]@row, "Has Disposition Date")
-
Thank you Cory! with a few minor adjustments it worked perfectly :)
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 144 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives