Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Fig1
Contributor III
Contributor III

Show date 12months prior to start date

I would like to display the date 12 months prior to the start date.

Start_New =(">$(=AddMonths(Max(Start_New),-12, 'MMM-YY')"))

am i close????

1 Solution

Accepted Solutions
Fig1
Contributor III
Contributor III
Author

my solution:  addmonths(NNAV_StartDate, -12)

View solution in original post

4 Replies
lironbaram
Partner - Master III
Partner - Master III

Start_New ={">$(=date(AddMonths(Max(Start_New),-12), 'MMM-YY'))"}

Fig1
Contributor III
Contributor III
Author

This didnt work.  I have had a bit of play and came up with this, however it is showing the value as 'zero' and not the date.

Start_New=('$(=date(addmonths(max(Start_New),-12), 'DD-MM-YYYY'))')

 

 

lironbaram
Partner - Master III
Partner - Master III

hi

do you try this is set analysis

 

Fig1
Contributor III
Contributor III
Author

my solution:  addmonths(NNAV_StartDate, -12)