A
Alex
I'm trying to show on my report the names of the last 6
months.
When I use this
=Format((Year(Date()),Month(Date())-6,1),"mmm")
for the 6th before current month, it shows nothing.
When I use the following
=Format(Month(Date())-6,"mmm") it shows Dec (but it should
be Jan) and for the rest of months =Format(Month(Date())-
5,"mmm") ... it shows Jan.
Could you advise what formula I could use?
Thanks
months.
When I use this
=Format((Year(Date()),Month(Date())-6,1),"mmm")
for the 6th before current month, it shows nothing.
When I use the following
=Format(Month(Date())-6,"mmm") it shows Dec (but it should
be Jan) and for the rest of months =Format(Month(Date())-
5,"mmm") ... it shows Jan.
Could you advise what formula I could use?
Thanks