You are viewing limited content. For full access, please sign in.

Question

Question

Calculate 31 days from current date in Forms

asked on December 10, 2017

I have been trying to calculate 31 days exactly from the current date into another date field. For example, if today is 01/15/2018 then the expiration date will be 02/15/2018.

 

 

Any suggestions would be appreciated.

David

0 0

Answer

SELECTED ANSWER
replied on December 10, 2017

That did it! Thank you very much Andrew.

0 0

Replies

replied on December 10, 2017

Hi David,

On the advanced tab of your date field you can enter:
=TODAY()+31

or to calculate 31 days from another date field already on your form use its variable:
=submittedDate+31

3 0
You are not allowed to follow up in this post.

Sign in to reply to this post.