Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoTry this
var date TodayPlusOneMonth = AdjustMonth(Today(),1);
IF([Month to Month],
Date(Year($TodayPlusOneMonth), Month($TodayPlusOneMonth), Day([End Date])))
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var date TodayPlusOneMonth = AdjustMonth(Today(),1);
IF([Month to Month],
Date(Year($TodayPlusOneMonth), Month($TodayPlusOneMonth), Day([End Date])))
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- ChrisFaye15 years agoQrew CadetThank You, Mark!
It wasn't perfect with the turnover based on today's date, but instead simply assumes the next month, but realistically that's all I need it to do so I'm all set!
It'd be interesting to see how it might look if it were adding only if the current date had passed, but, again, this definitely works for my needs.
Thanks Again!
Chris
------------------------------
Chris
------------------------------- MarkShnier__You5 years ago
Qrew Legend
If there is a more complicated logic that you can explain, we can enhance the formula.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------