PC Review


Reply
Thread Tools Rate Thread

What denotes a month in cell format?

 
 
dindigul
Guest
Posts: n/a
 
      12th Jun 2007
I have a list, 3,4,6,7,8,10,12. I want to apply a cell format which will
result in months, that is, March, April, June, July, August, October,
December. What should be specified? Thanks


 
Reply With Quote
 
 
 
 
Peo Sjoblom
Guest
Posts: n/a
 
      12th Jun 2007
Not possible using formats, you would need a formula like

=INDEX({"January";"February";"March";"April";"May";"June";"July";"August";"September";"October";"November";"December"},MATCH(A1,{1;2;3;4;5;6;7;8;9;10;11;12},0))


but it is not possible to format a cell with 10 to return October


--
Regards,

Peo Sjoblom



"dindigul" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a list, 3,4,6,7,8,10,12. I want to apply a cell format which will
>result in months, that is, March, April, June, July, August, October,
>December. What should be specified? Thanks
>



 
Reply With Quote
 
Ragdyer
Guest
Posts: n/a
 
      12th Jun 2007
Just another way:

=CHOOSE(A1,"January","February","March","April","May","June","July","August","September","October","November","December")

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Peo Sjoblom" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Not possible using formats, you would need a formula like
>
> =INDEX({"January";"February";"March";"April";"May";"June";"July";"August";"September";"October";"November";"December"},MATCH(A1,{1;2;3;4;5;6;7;8;9;10;11;12},0))
>
>
> but it is not possible to format a cell with 10 to return October
>
>
> --
> Regards,
>
> Peo Sjoblom
>
>
>
> "dindigul" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I have a list, 3,4,6,7,8,10,12. I want to apply a cell format which will
>>result in months, that is, March, April, June, July, August, October,
>>December. What should be specified? Thanks
>>

>
>



 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      12th Jun 2007
Shorter but alas volatile <bg>


--
Regards,

Peo Sjoblom



"Ragdyer" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Just another way:
>
> =CHOOSE(A1,"January","February","March","April","May","June","July","August","September","October","November","December")
>
> --
> HTH,
>
> RD
>
> ---------------------------------------------------------------------------
> Please keep all correspondence within the NewsGroup, so all may benefit !
> ---------------------------------------------------------------------------
> "Peo Sjoblom" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Not possible using formats, you would need a formula like
>>
>> =INDEX({"January";"February";"March";"April";"May";"June";"July";"August";"September";"October";"November";"December"},MATCH(A1,{1;2;3;4;5;6;7;8;9;10;11;12},0))
>>
>>
>> but it is not possible to format a cell with 10 to return October
>>
>>
>> --
>> Regards,
>>
>> Peo Sjoblom
>>
>>
>>
>> "dindigul" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>>I have a list, 3,4,6,7,8,10,12. I want to apply a cell format which will
>>>result in months, that is, March, April, June, July, August, October,
>>>December. What should be specified? Thanks
>>>

>>
>>

>
>



 
Reply With Quote
 
Ragdyer
Guest
Posts: n/a
 
      12th Jun 2007
I don't believe it is Peo!

Doesn't generate a <Save> request when opening and closing.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Peo Sjoblom" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Shorter but alas volatile <bg>
>
>
> --
> Regards,
>
> Peo Sjoblom
>
>
>
> "Ragdyer" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Just another way:
>>
>> =CHOOSE(A1,"January","February","March","April","May","June","July","August","September","October","November","December")
>>
>> --
>> HTH,
>>
>> RD
>>
>> ---------------------------------------------------------------------------
>> Please keep all correspondence within the NewsGroup, so all may benefit !
>> ---------------------------------------------------------------------------
>> "Peo Sjoblom" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>> Not possible using formats, you would need a formula like
>>>
>>> =INDEX({"January";"February";"March";"April";"May";"June";"July";"August";"September";"October";"November";"December"},MATCH(A1,{1;2;3;4;5;6;7;8;9;10;11;12},0))
>>>
>>>
>>> but it is not possible to format a cell with 10 to return October
>>>
>>>
>>> --
>>> Regards,
>>>
>>> Peo Sjoblom
>>>
>>>
>>>
>>> "dindigul" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>>I have a list, 3,4,6,7,8,10,12. I want to apply a cell format which will
>>>>result in months, that is, March, April, June, July, August, October,
>>>>December. What should be specified? Thanks
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      12th Jun 2007
This is the latest list.......pre 2007..........of Volatile Functions.

AREAS()
OFFSET()
CELL()
INDIRECT()
NOW()
TODAY()
RAND()


Gord

On Tue, 12 Jun 2007 12:27:54 -0700, "Ragdyer" <(E-Mail Removed)> wrote:

>I don't believe it is Peo!
>
>Doesn't generate a <Save> request when opening and closing.


 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      12th Jun 2007
You are correct, wonder where I got that from?

Peo


"Ragdyer" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I don't believe it is Peo!
>
> Doesn't generate a <Save> request when opening and closing.
> --
> Regards,
>
> RD
>
> ---------------------------------------------------------------------------
> Please keep all correspondence within the NewsGroup, so all may benefit !
> ---------------------------------------------------------------------------
> "Peo Sjoblom" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Shorter but alas volatile <bg>
>>
>>
>> --
>> Regards,
>>
>> Peo Sjoblom
>>
>>
>>
>> "Ragdyer" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>> Just another way:
>>>
>>> =CHOOSE(A1,"January","February","March","April","May","June","July","August","September","October","November","December")
>>>
>>> --
>>> HTH,
>>>
>>> RD
>>>
>>> ---------------------------------------------------------------------------
>>> Please keep all correspondence within the NewsGroup, so all may benefit
>>> !
>>> ---------------------------------------------------------------------------
>>> "Peo Sjoblom" <(E-Mail Removed)> wrote in message
>>> news:%(E-Mail Removed)...
>>>> Not possible using formats, you would need a formula like
>>>>
>>>> =INDEX({"January";"February";"March";"April";"May";"June";"July";"August";"September";"October";"November";"December"},MATCH(A1,{1;2;3;4;5;6;7;8;9;10;11;12},0))
>>>>
>>>>
>>>> but it is not possible to format a cell with 10 to return October
>>>>
>>>>
>>>> --
>>>> Regards,
>>>>
>>>> Peo Sjoblom
>>>>
>>>>
>>>>
>>>> "dindigul" <(E-Mail Removed)> wrote in message
>>>> news:(E-Mail Removed)...
>>>>>I have a list, 3,4,6,7,8,10,12. I want to apply a cell format which
>>>>>will result in months, that is, March, April, June, July, August,
>>>>>October, December. What should be specified? Thanks
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Ragdyer
Guest
Posts: n/a
 
      13th Jun 2007
In XL2k Gord, Areas() is *off* the list ... AND ... INFO() is included.

This is what I have ... don't remember from where/who it came from:

OLD NEW
1 Areas
2 Index
3 Offset Offset
4 Cell Cell
5 Indirect Indirect
6 Rows
7 Columns
8 Now Now
9 Today Today
10 Rand Rand
11 Info

Would be nice if someone would/could verify this list!
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Gord Dibben" <gorddibbATshawDOTca> wrote in message
news:(E-Mail Removed)...
> This is the latest list.......pre 2007..........of Volatile Functions.
>
> AREAS()
> OFFSET()
> CELL()
> INDIRECT()
> NOW()
> TODAY()
> RAND()
>
>
> Gord
>
> On Tue, 12 Jun 2007 12:27:54 -0700, "Ragdyer" <(E-Mail Removed)>
> wrote:
>
>>I don't believe it is Peo!
>>
>>Doesn't generate a <Save> request when opening and closing.

>



 
Reply With Quote
 
Ragdyer
Guest
Posts: n/a
 
      13th Jun 2007
Since you're just a young kid, you can't use that "old age" excuse that Gord
and I use so often.<bg>

--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Peo Sjoblom" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You are correct, wonder where I got that from?
>
> Peo
>
>
> "Ragdyer" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I don't believe it is Peo!
>>
>> Doesn't generate a <Save> request when opening and closing.
>> --
>> Regards,
>>
>> RD
>>
>> ---------------------------------------------------------------------------
>> Please keep all correspondence within the NewsGroup, so all may benefit !
>> ---------------------------------------------------------------------------
>> "Peo Sjoblom" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Shorter but alas volatile <bg>
>>>
>>>
>>> --
>>> Regards,
>>>
>>> Peo Sjoblom
>>>
>>>
>>>
>>> "Ragdyer" <(E-Mail Removed)> wrote in message
>>> news:%(E-Mail Removed)...
>>>> Just another way:
>>>>
>>>> =CHOOSE(A1,"January","February","March","April","May","June","July","August","September","October","November","December")
>>>>
>>>> --
>>>> HTH,
>>>>
>>>> RD
>>>>
>>>> ---------------------------------------------------------------------------
>>>> Please keep all correspondence within the NewsGroup, so all may benefit
>>>> !
>>>> ---------------------------------------------------------------------------
>>>> "Peo Sjoblom" <(E-Mail Removed)> wrote in message
>>>> news:%(E-Mail Removed)...
>>>>> Not possible using formats, you would need a formula like
>>>>>
>>>>> =INDEX({"January";"February";"March";"April";"May";"June";"July";"August";"September";"October";"November";"December"},MATCH(A1,{1;2;3;4;5;6;7;8;9;10;11;12},0))
>>>>>
>>>>>
>>>>> but it is not possible to format a cell with 10 to return October
>>>>>
>>>>>
>>>>> --
>>>>> Regards,
>>>>>
>>>>> Peo Sjoblom
>>>>>
>>>>>
>>>>>
>>>>> "dindigul" <(E-Mail Removed)> wrote in message
>>>>> news:(E-Mail Removed)...
>>>>>>I have a list, 3,4,6,7,8,10,12. I want to apply a cell format which
>>>>>>will result in months, that is, March, April, June, July, August,
>>>>>>October, December. What should be specified? Thanks
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Roger Govier
Guest
Posts: n/a
 
      13th Jun 2007
Hi Rick

Your new list is applicable to XL2002, 2003 and 2007

--
Regards

Roger Govier


"Ragdyer" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In XL2k Gord, Areas() is *off* the list ... AND ... INFO() is
> included.
>
> This is what I have ... don't remember from where/who it came from:
>
> OLD NEW
> 1 Areas
> 2 Index
> 3 Offset Offset
> 4 Cell Cell
> 5 Indirect Indirect
> 6 Rows
> 7 Columns
> 8 Now Now
> 9 Today Today
> 10 Rand Rand
> 11 Info
>
> Would be nice if someone would/could verify this list!
> --
> Regards,
>
> RD
>
> ---------------------------------------------------------------------------
> Please keep all correspondence within the NewsGroup, so all may
> benefit !
> ---------------------------------------------------------------------------
> "Gord Dibben" <gorddibbATshawDOTca> wrote in message
> news:(E-Mail Removed)...
>> This is the latest list.......pre 2007..........of Volatile
>> Functions.
>>
>> AREAS()
>> OFFSET()
>> CELL()
>> INDIRECT()
>> NOW()
>> TODAY()
>> RAND()
>>
>>
>> Gord
>>
>> On Tue, 12 Jun 2007 12:27:54 -0700, "Ragdyer" <(E-Mail Removed)>
>> wrote:
>>
>>>I don't believe it is Peo!
>>>
>>>Doesn't generate a <Save> request when opening and closing.

>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count a cell in month format Mike Wheeler Microsoft Excel Misc 5 24th Mar 2010 02:56 PM
Conditional Format based on Month of Date in Cell Joe Microsoft Excel Worksheet Functions 1 11th Jan 2010 08:23 AM
wrong format for month in cell Gerry Viator Microsoft Excel Discussion 4 1st Mar 2008 06:12 PM
Date format | Month/Year only changes to Day/Month/CurrentYear Paul Microsoft Access 6 23rd Mar 2007 01:27 PM
How can I format a cell so date field only displays the Month? =?Utf-8?B?dGtfMnU=?= Microsoft Excel Misc 3 4th Dec 2004 12:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:24 PM.