Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone
When I subtract two dates, I want to mark them as being under 15 minutes apart. How can I do this? Thanks.
Cheers
Renzo
@rmendoza
Do you want to indicate those whose difference is less than 15 minutes?
If([Your difference between dates] <= 15 / (24 * 60), '< 15 min', '>15 min')
- Matheus
@rmendoza
Do you want to indicate those whose difference is less than 15 minutes?
If([Your difference between dates] <= 15 / (24 * 60), '< 15 min', '>15 min')
- Matheus