Calculating number of days between dates

Hi. Is there a formula/expression I can use to calculate the number of days between a FROM and TO date that is recorded on a form submission?

0 3 3,718
3 REPLIES 3

@MauriceWhelan
You can use this expression, assuming both [TO] and [FROM] columns are date type:

HOUR([TO] - [FROM])/24

Thank you so much @LeventK

Youโ€™re welcome @MauriceWhelan

Top Labels in this Space