Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a table with three columns; Date, Type and Day. The Day column was set
up by creating it from the date column (Format!Number!Custom!DDDD). There is three years of data amounting to 22690 records. The Type column is for five types of vehicles; car, pickup, van, suv and motorcycle. I want to create a summary pivot table showing all the types of vehicles stolen on each day of the week. For example: TYPE Mon Tue Wed Thu Fri Sat Sun CAR PICKUP VAN SUV MOTORCYCLE I'm looking to find how many cars were stolen on a Monday over the three year period. Same for the other types and days. Thanks, Dan |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I see two choices. Add a column to your data, or create a calculated field
in your pivot talbe. In either case, use the formula: =text(a1,"ddd") Regards Fred "Dan" wrote in message ... I have a table with three columns; Date, Type and Day. The Day column was set up by creating it from the date column (Format!Number!Custom!DDDD). There is three years of data amounting to 22690 records. The Type column is for five types of vehicles; car, pickup, van, suv and motorcycle. I want to create a summary pivot table showing all the types of vehicles stolen on each day of the week. For example: TYPE Mon Tue Wed Thu Fri Sat Sun CAR PICKUP VAN SUV MOTORCYCLE I'm looking to find how many cars were stolen on a Monday over the three year period. Same for the other types and days. Thanks, Dan |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Fred. That did it!
Appreciate your help... "Fred Smith" wrote: I see two choices. Add a column to your data, or create a calculated field in your pivot talbe. In either case, use the formula: =text(a1,"ddd") Regards Fred "Dan" wrote in message ... I have a table with three columns; Date, Type and Day. The Day column was set up by creating it from the date column (Format!Number!Custom!DDDD). There is three years of data amounting to 22690 records. The Type column is for five types of vehicles; car, pickup, van, suv and motorcycle. I want to create a summary pivot table showing all the types of vehicles stolen on each day of the week. For example: TYPE Mon Tue Wed Thu Fri Sat Sun CAR PICKUP VAN SUV MOTORCYCLE I'm looking to find how many cars were stolen on a Monday over the three year period. Same for the other types and days. Thanks, Dan |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Glad it worked. Thanks for the feedback.
Fred. "Dan" wrote in message ... Thanks Fred. That did it! Appreciate your help... "Fred Smith" wrote: I see two choices. Add a column to your data, or create a calculated field in your pivot talbe. In either case, use the formula: =text(a1,"ddd") Regards Fred "Dan" wrote in message ... I have a table with three columns; Date, Type and Day. The Day column was set up by creating it from the date column (Format!Number!Custom!DDDD). There is three years of data amounting to 22690 records. The Type column is for five types of vehicles; car, pickup, van, suv and motorcycle. I want to create a summary pivot table showing all the types of vehicles stolen on each day of the week. For example: TYPE Mon Tue Wed Thu Fri Sat Sun CAR PICKUP VAN SUV MOTORCYCLE I'm looking to find how many cars were stolen on a Monday over the three year period. Same for the other types and days. Thanks, Dan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel2007's performance over large amount of data( over 500,000 - 1M) | Excel Discussion (Misc queries) | |||
Changing large amount of Data | Excel Discussion (Misc queries) | |||
how to catalog a CD with a large amount of data & information | Excel Discussion (Misc queries) | |||
Large amount of data for plotting | Charts and Charting in Excel | |||
SELECT large amount of data in a worksheet | Excel Discussion (Misc queries) |