Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I am creating a pivot table which my data will contain the following. Columns; Store Date Amount I have the Store in the Page area, I want to use the date field for various different lookups. By Week, By Month, By Year. I can add these columns to the worksheet but it brings in the standard format of 2/10/06 even though I have formated it for the month or year. How can I create these choices within the Pivot table to expand my break down of the data? Thank you. Lou |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Formatting doesn't change the underlying value. You should create 3
additional columns in your data. =Month(MyDateField), =Year(MyDateField), =(WeekNum(MyDateField). Now, use these columns in your page. HTH, -- Gary Brown If this post was helpful, please click the ''Yes'' button next to ''Was this Post Helpfull to you?''. "Louis Markowski" wrote: Hello, I am creating a pivot table which my data will contain the following. Columns; Store Date Amount I have the Store in the Page area, I want to use the date field for various different lookups. By Week, By Month, By Year. I can add these columns to the worksheet but it brings in the standard format of 2/10/06 even though I have formated it for the month or year. How can I create these choices within the Pivot table to expand my break down of the data? Thank you. Lou |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Temporarily move the date field to the row area
Right-click on the Date field button, and choose Group and Show DetailGroup Choose to summarize by Years and Months or select Days, and set the number of days to 7, then select Years. (you can't group by both weeks and months at the same time) Click OK Move the Date fields to the page area Louis Markowski wrote: Hello, I am creating a pivot table which my data will contain the following. Columns; Store Date Amount I have the Store in the Page area, I want to use the date field for various different lookups. By Week, By Month, By Year. I can add these columns to the worksheet but it brings in the standard format of 2/10/06 even though I have formated it for the month or year. How can I create these choices within the Pivot table to expand my break down of the data? Thank you. Lou -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome! And I hope you find some other useful tips in the book.
The formulas you showed in your message would help if you needed to show months and week numbers at the same time. My method wouldn't do that. Gary L Brown wrote: Thanks Debra!!!!!!!!!!! That's great. I've learned a new one today. Just checked your website. Good luck on your new book "Excel PivotTables Recipes". You obviously know your pivot tables :O. It's coming out March 6th? Count me in. -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Sort a Column of Dates in Pivot Table | Excel Worksheet Functions | |||
pivot table sort entries that don't yet appear in table | Excel Discussion (Misc queries) | |||
Pivot -- want to use Max and Sum in same table | Excel Worksheet Functions | |||
how to delete/clean out the row list in pivot table | Excel Worksheet Functions |