noslenwerd
Board Regular
- Joined
- Nov 12, 2019
- Messages
- 85
- Office Version
- 365
Hello,
I have the below formula which work to determine the date a case was closed, but the issue is when using Now(), is always updates to the current date.
For instance someone changed the case status to closed on 2/27/21, but it is showing as today's date (3/1/21)
Any work arounds?
I have the below formula which work to determine the date a case was closed, but the issue is when using Now(), is always updates to the current date.
Excel Formula:
=IF(OR([@Status]="Closed: Call complete",[@Status]="Closed: No Call"), NOW(),"")
For instance someone changed the case status to closed on 2/27/21, but it is showing as today's date (3/1/21)
Any work arounds?