G
gmbrant
I need to see the current month written out. When I use the formula below I
get the previous Month to the current one.
=Format(DateSerial(Year(Date()),Month(Date())-1,2),"mmmm")
When I take out the minus sign, it doesn't work. I have also tried the
following and it gives me January instead of the current month of July.
=Format(Month(Date()),"mmmm")
Please explain to me what I am doing wrong.
Thank you.
get the previous Month to the current one.
=Format(DateSerial(Year(Date()),Month(Date())-1,2),"mmmm")
When I take out the minus sign, it doesn't work. I have also tried the
following and it gives me January instead of the current month of July.
=Format(Month(Date()),"mmmm")
Please explain to me what I am doing wrong.
Thank you.