+ Reply to Thread
Results 1 to 5 of 5

Formatting Question

  1. #1
    Ron Rosenfeld
    Guest

    Re: Formatting Question

    On Wed, 2 Nov 2005 05:20:04 -0800, "Sandy" <Sandy@discussions.microsoft.com>
    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

  2. #2
    Sandy
    Guest

    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!



  3. #3
    bpeltzer
    Guest

    RE: 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!
    >
    >


  4. #4
    Sandy
    Guest

    RE: 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!
    > >
    > >


  5. #5
    Ron Rosenfeld
    Guest

    Re: Formatting Question

    On Wed, 2 Nov 2005 05:20:04 -0800, "Sandy" <Sandy@discussions.microsoft.com>
    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1