Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Who can help me?
When I do Month(Date) - And Date has the format DD/MM/YYYY - I got, for example, dez as the result. How do I do to get 12, instead of dez, as the result?
Thanks a lot !!!
Try:
num(Month(Date))
Please try to implement like this.
=Num(Month(Date(now(),'DD/MM/YYYY')))
Best answer...your tip fixed completely my issue.
Thanks for all the contributions.