I'd like to translate a billing report from Portuguese(Brazil) to English.
It is accurate by months and it is an automated sheet.
A contract may start on January, but it's commonly started in the other 11 months too.
If I set the first month as April, the eleven other on right keep growing (May, June, July...) until March.
I've created this formula:
=PROPER(TEXT((B1&1)+31;"mmmm"))
for the second to the twelfth month.
However I use it in Portuguese(Brazil), and it works very well. But when hitting an English month, it doesn't really work.
I've tried [$-409] and it does not work they way I want it to.
If I use this, it goes like, Janeiro and February, and error on the next months.
I want to write January down and receive February, March and so on.
It might work on your machine, try it with other languages too, please.
Note: VBA won't work, I need to send it to my customers.