I am trying to find a date 6 months prior to inputted date. HOWEVER the final date should fall on a monday.
I run a report each monday & need to extract 6-months of data beginning on the monday closest to the 6 month point. so it could be a little over/under 6mo of data.
ex. this week i ran a report as of 11/16/09 & selected the begin date as 5/18/09 because its the closest Monday to (6-mon prior) Saturday 5/16.
tried x=intnx('month','16nov2009'd,-6, "sameday"); but of course this will not automatically return a monday date. Thought of combining this with a weekday function.
is this possible? any thoughts