View Single Post
  #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.