Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
-PJ
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
FxM
 
Posts: n/a
Default 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
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
External data not updating [email protected] Excel Discussion (Misc queries) 0 March 16th 06 01:14 AM
How do I Export range of row/column data to Access WDR Excel Discussion (Misc queries) 0 January 11th 06 02:57 PM
How can I have the Import External Data dialog pop up on open? Benny Setting up and Configuration of Excel 1 November 19th 05 10:13 AM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
How can I check if data in external data range is changed after re Ruud Excel Discussion (Misc queries) 0 January 7th 05 12:07 PM


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

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

About Us

"It's about Microsoft Excel"