Forum Discussion
Anonymous
4 years agoNot applicable
Problem with variant data type in calculated column
I am trying to use an if statement that uses a "fake" date when an order haven't been assigned a arrival date. But when writing this seemingly easy piece of code I get the below error message sa...
- Anonymous4 years ago
Hi Anonymous
try using DATE(2999,12,31) in the second argument of IF() statement in place of "2999-12-31"
Anonymous
4 years agoNot applicable
Hi Anonymous
try using DATE(2999,12,31) in the second argument of IF() statement in place of "2999-12-31"