Thread: Text Formula
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Text Formula

If you put the formula =MONTH(TODAY())+1 in a cell, and format it first as a
number (or general) and then as a date, then you may see what is going
wrong.
Then try the same with =DATE(YEAR(TODAY(),MONTH(TODAY())+1,1)
--
David Biddulph

"Christopher Naveen" wrote in
message ...
Hi,

Pls. refer the below mentioned formula. I wanted the Text to Display as
"Oct
Sales" (means referring to the next month). I tried a lot using this
formula
but can't able find a solution. Can anybody help me on this?

=text(MONTH(TODAY())+1,"MMM")&" "&"Sales"

Thanks in Advance!

-Christ