Forum Discussion
DonLarson
7 months agoQrew Elite
Your fundamental tools are AdjustMonth, FirstDayOfMonth and LastDayOfMonth.
If( [TMB Renewal] <= LastDayOfMonth(AdjustMonth(Today(),1)) and
[TMB Renewal] >= FirstDayOfMonth(AdjustMonth(Today(),1)), true, false )
This checks of the TMB Renewal is in next month and will dynamically change every month.
MeaganMcOlin
7 months agoQrew Cadet
Don,
Thank you so much for your reply. I tried that code in a formula text field, is that correct? And I received this error. "Expecting text but found bool"
Also if I get this working can I add the other date fields in the same formula? I am hoping to see all monthly due-dates across all renewal fields.