Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

How can I calculate invoice due date based on invoice issued date + 30 days

Topic Labels: Formulas
Solved
Jump to Solution
1301 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Clare_Fitzpatri
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi I would like to add a formula field which calculates when an invoice is due for payment. I have an ‘invoice issued’ date field and would like to use that to calculate +30 days.
this is where I have got to but its returning an error

DATEADD({Date Invoice Raised} +30,‘day’)
image

many thanks
Clare

1 Solution

Accepted Solutions

Bingo! it worked :slightly_smiling_face: thanks so much

See Solution in Thread

2 Replies 2

Hi Clare, could you try: DATEADD({Date Invoice Raised}, 30, 'days')?

Bingo! it worked :slightly_smiling_face: thanks so much