Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can I get the difference between two date/time values in a decimal format.
So 11/06/2024 06:34 - 10/06/2024 07:51 should be 0.95 difference
Hi @Yeeshika,
just use the num()-function, so your formula should look something like this:
=num( YourTimestamp1 - YourTimestamp2 )
Thank you so much, that works!
Hi @Yeeshika,
just use the num()-function, so your formula should look something like this:
=num( YourTimestamp1 - YourTimestamp2 )
Thank you so much, that works!