how to calculate a month without the full date?
We can Ron, but I am not a great believer in defaulting, it invariably comes
back and bites you when you least expect it.
--
HTH
Bob Phillips
(replace xxxx in the email address with gmail if mailing direct)
"Ron Coderre" wrote in message
...
Bob
I think we can just let Excel default the year in (since YEAR doesn't seem
to matter in this case):
B1: =TEXT(DATEVALUE("28-"&A1)+4,"mmmm")
***********
Regards,
Ron
XL2002, WinXP
"Bob Phillips" wrote:
=TEXT(DATEVALUE("30-"&A1&"-"&YEAR(TODAY()))+2,"mmmm")
--
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
"Jared" wrote in message
...
This might be a stupid question.
i have a cell (A1), with a month's name: "April"
How do i use a formula so cell B1 will show "May"
and when i change A1 to "June" Cell B1 will show "July"?
Basically a calulation but without a full date
Thanks
Jared
|