Skip to main content

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’)


many thanks

Clare

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


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



Bingo! it worked 🙂 thanks so much


Reply