+ Reply to Thread
Results 1 to 3 of 3

MONTHNAME when getting external data from Access

  1. #1
    -PJ
    Guest

    MONTHNAME when getting external data from Access

    I have a query in MS Access that uses the monthname function. When I try to
    create a pivot table from external data (using the DB as the source) I get an
    error that the function isn't supported in Excel. Is there another function
    I could use?

    The function as it appears in Access is:
    monthname(month([DATE]))

    Thanks.

  2. #2
    Barb Reinhardt
    Guest

    RE: MONTHNAME when getting external data from Access

    You could use something like this:

    =LOOKUP(MONTH(date),{1,2},{"January","February"})

    Ensure that the #'s are in increasing order as you enter them.

    "-PJ" wrote:

    > I have a query in MS Access that uses the monthname function. When I try to
    > create a pivot table from external data (using the DB as the source) I get an
    > error that the function isn't supported in Excel. Is there another function
    > I could use?
    >
    > The function as it appears in Access is:
    > monthname(month([DATE]))
    >
    > Thanks.


  3. #3
    FxM
    Guest

    Re: MONTHNAME when getting external data from Access

    Hi,

    > monthname(month([DATE]))

    could become a cell format as "mmmm"

    On Excel french version :
    =texte(date;"mmmm")
    expected to be
    =text(date,"mmmm")

    HTH
    FxM





    -PJ a écrit :
    > I have a query in MS Access that uses the monthname function. When I try to
    > create a pivot table from external data (using the DB as the source) I get an
    > error that the function isn't supported in Excel. Is there another function
    > I could use?
    >
    > The function as it appears in Access is:
    > monthname(month([DATE]))
    >
    > Thanks.


+ 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