View Single Post
  #1   Report Post  
UsedBits
 
Posts: n/a
Default In Word, any way to add 120 days to a merged date?

I'm trying display a date with 120 days added to it. The date is merged into
the document. The following formula {=DateAdd("d",120,{ MERGEFIELD
"ODP_DATE" } ) } simply displays the formula as a text literal with the
merged date whether or not contained in a 1x1 table.

The document reads something like this:

You have 120 days from {MERGEFIELD ODP_DATE} to return service. The new
date is {=DateAdd("d",120,{ MERGEFIELD "ODP_DATE" })}.