Forum Discussion
Anonymous
3 years agoNot applicable
Date Calculation
Hello, I need to do a something like "IF" with dates, for example: Status = If( date between "2022-10-15" and "2022-10-18", "1", If( date between "2022-10-19" and "2022...
- 3 years ago
Status = If( date >= DATEVALUE("2022-10-15") && date <= DATEVALUE("2022-10-18"), "1", ...