Forum Discussion
Anonymous
5 years agoNot applicable
production date between dates
Hello. I have production dates (day and time stamp) and if the production date is between 16:00:00 and 15:59:59 from the following day, I want the day before: Production date: 10/02/2021 18:30:0...
- 5 years ago
maybe i am misunderstanding but isnt it just
Anonymous
5 years agoNot applicable
I tried this formula:
=if(time(hour(23);minute(59);second(59))<=time(Hour([productiondate]);MINUTE([productiondate]);second([productiondate]))>=time(hour(16);minute(00);second(00));[productiondate];([productiondate])-time(24;0;0))
didnt work...