Jul 14, 2020 11:54 PM
Hi,
I have an accommodation business, I am trying to calculate a due date for the final payment which is based on the number of days (generally 60) prior to their arrival date. I appreciate any assistance.
Thanks!
Jul 17, 2020 09:49 AM
Hi @Jill_Engledow,
Welcome to the Community! Thanks for posting :slightly_smiling_face:
To calculate a due date based off an arrival date field, I would recommend using a formula field with the DATEADD() function.
For example, you could a formula similar to: DATEADD({Arrival Date}, -60, 'days')
which subtracts 60 days from the date in the “Arrival Date” field. Please note, you may need to change this to match the field name in your table if you try this formula.
Here is our Formula Field Reference for more information.
Hope this helps!
Jul 19, 2020 02:43 AM
Thanks so very much!! That worked perfectly.
Jill
Jul 21, 2020 08:19 AM
Happy to help, Jill :slightly_smiling_face:
Have a great day!