Thread: Text Formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
klswvu[_2_] klswvu[_2_] is offline
external usenet poster
 
Posts: 27
Default Text Formula

=CHOOSE((MONTH(TODAY())+1),"JAN","FEB","MAR","APR" ,"MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC")& " Sales"

Month returns a value ie 9

"Christopher Naveen" wrote:

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