Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoThe month function returns the number of the month= and not the name
Try this approach
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Try this approach
If(
(Month([Date])=1 and Day([Date])>21)
or
(Month([Date])="3" and Day([Date])>25)
etc etc etc
(Month([Date])=9 and Day([Date]>30),
Month(AdjustMonth([Date], 1)), Month([Date])
)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------