Oct 03, 2018 03:39 AM
I have three columns:
I would like to add a fourth col to display the number of days since the email was sent (i.e. Current Date - Date Sent, displayed as Days). How can I write a formula for that?
Oct 03, 2018 03:45 AM
Use DATETIME_DIFF()
:
Also, I think you could remove the Sent field, cause you already have that information in Date field: if it is filled, it is send.
Oct 03, 2018 03:47 AM
Thank you, managed to get it working. Yes, I agree. Thank you!
May 17, 2022 07:40 PM
Can you provide the solution?
May 17, 2022 07:40 PM
What was your solution here?
Oct 03, 2024 04:03 PM
I would just do:
TONOW({Date Sent})