I can't format dates

miguellagos

New Member
Joined
Apr 1, 2012
Messages
8
Hello, I created a Pivot table from a PowerPivot: inventory per date.

Example:

Date Qty
----------------------
3/1/2012 1,853
3/2/2012 1,728
3/3/2012 1,924
3/4/2012 1,654


The date is in "Row Labels" and Qty in "sum of values"
My problem is I can't format the Date from m/d/yyyy to dd/mm/yyyy.
I select the column, right click and click "Format Cells..." then I select the format I want, but it does nothing ...

What's wrong?
Maybe "Row Labels" columns don't support format?
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Try changing the format in the Date table and then see how it flows through to the pivot table.
 
Upvote 0
My Date table is an Oracle table, and the Date column is of date type.
I solved the format problem adding a new column of type varchar2 (an Oracle text type) and populated the new column with the Oracle function to_char(date, 'dd/mm/yyyy').

Problem solved.

Tahank you
 
Upvote 0

Forum statistics

Threads
1,214,813
Messages
6,121,706
Members
449,048
Latest member
81jamesacct

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top