Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sandy
 
Posts: n/a
Default Formatting Question

How do I convert a the numeric contents of a cell to its coresponding month
A1=10
A2=Oct
SImple question but I cant seem to find the answer
Thanks!


  #2   Report Post  
bpeltzer
 
Posts: n/a
Default Formatting Question

In A2: =date(2000,A1,1). Use a custom format: Format Cells, on the
Number tab select the Custom category and enter "Mmm". That will get a date
(10/1/2000) in A2 and format it to appear as you want.
If you really need the value 'Oct', you'd probably create a table with month
numbers in one column, names in the second column, and use a vlookup formula.


"Sandy" wrote:

How do I convert a the numeric contents of a cell to its coresponding month
A1=10
A2=Oct
SImple question but I cant seem to find the answer
Thanks!


  #3   Report Post  
Sandy
 
Posts: n/a
Default Formatting Question

thanks!

"bpeltzer" wrote:

In A2: =date(2000,A1,1). Use a custom format: Format Cells, on the
Number tab select the Custom category and enter "Mmm". That will get a date
(10/1/2000) in A2 and format it to appear as you want.
If you really need the value 'Oct', you'd probably create a table with month
numbers in one column, names in the second column, and use a vlookup formula.


"Sandy" wrote:

How do I convert a the numeric contents of a cell to its coresponding month
A1=10
A2=Oct
SImple question but I cant seem to find the answer
Thanks!


  #4   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default Formatting Question

On Wed, 2 Nov 2005 05:20:04 -0800, "Sandy"
wrote:

How do I convert a the numeric contents of a cell to its coresponding month
A1=10
A2=Oct
SImple question but I cant seem to find the answer
Thanks!


Look at HELP for the CHOOSE function:

=CHOOSE(A1,"Jan","Feb",...)


--ron
Reply
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
Conditional Formatting Question - Different Cell Colors?? olimits7 Excel Discussion (Misc queries) 2 August 10th 05 04:05 PM
Excel Conditional Formatting Question Joe New Users to Excel 2 July 9th 05 06:01 AM
conditional formatting question Deb Excel Discussion (Misc queries) 0 March 23rd 05 02:07 AM
Cell formatting behaviour question derek Excel Discussion (Misc queries) 3 February 22nd 05 10:17 PM
conditional formatting question chris Excel Worksheet Functions 2 January 5th 05 03:51 PM


All times are GMT +1. The time now is 04:52 PM.

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"