LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Converting Month Number to Month Text Abbreviation

Try formatting A1 as an unambiguous date.

Give it a custom format of:
mmmm dd, yyyy

What do you see?



Andy wrote:

Hi Biff,

Same result to show Jan only, why????

"T. Valko" wrote:

Try it like this:

=IF(ISNUMBER(A1),TEXT(A1,"mmm"),"")

Biff

"Andy" wrote in message
...
Hi there,

I used the function but the result show "Jan" only, please help!!!

A1 : 15/4/07
B1 : =IF(ISBLANK(A1),"",MONTH(A1)) 'show 4 in the cell
C1 : =Text(IF(ISBLANK(A1),"",MONTH(A1)),"mmm") 'show Jan in the cell

"Elkar" wrote:

Try this:

=TEXT(A1,"mmm")

HTH,
Elkar


"Bob" wrote:

Example:
Cell A1 = 11/17/2007
Using a function/formula, I would like cell B1 to display "Nov"
(without
using any date formats) . . . as if I had simply typed "Nov" (without
the
double quotes) in cell B1.
I would greatly appreciate any help.
Thanks,
Bob





--

Dave Peterson
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
converting month name to number runsrealfast Excel Worksheet Functions 3 April 4th 23 02:25 PM
Function or formula to convert "text" month to number of month? Steve Vincent Excel Discussion (Misc queries) 5 May 15th 07 01:11 AM
converting Month name to a number runsrealfast Excel Discussion (Misc queries) 3 June 13th 06 06:34 PM
Function or formula to convert "text" month to number of month? Kevin Vaughn Excel Discussion (Misc queries) 0 February 4th 06 04:45 PM
Function or formula to convert "text" month to number of month Steve Vincent Excel Discussion (Misc queries) 1 February 4th 06 04:19 PM


All times are GMT +1. The time now is 09:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"