on 2019 Sep 25 3:51 PM
Hi everyone,
I wrote the following formula:
Basically, I want to say if the variable equals to null or that particular value, then assign the "waiting" to it otherwise show me the actual value. But, it seems it doe not work and I still see '12/30/1999' as the value. Any help on this, please
=If IsNull( [Task Closed Date Time]) Or FormatDate([Task Closed Date Time];"mm/dd/yy") ="12/30/99"
Then "Wating" Else [Task Closed Date Time]
you need to use the month is CAPS in your variable.
=If IsNull( [Task Closed Date Time]) Or FormatDate([Task Closed Date Time];"MM/dd/yy") ="12/30/99" Then "Wating" Else [Task Closed Date Time]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
amit.kumar71 Thank you!
User | Count |
---|---|
71 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.