Cowboy_BeBa
Registered User.
- Local time
- Today, 10:33
- Joined
- Nov 30, 2010
- Messages
- 188
Hi Guys
Hopefully thisll be an easy one
ive been asked to help prepare an excel spreadsheet for our office, its relatively simple (in theory), just a summary of all our products sold, the quantity sold and total cost, they want it to go according by Month and Year, starting from Jan 2013 and ending at Dec 2014, each month should have a different set of summaries
ive got 24 different excel spreadsheets (one for each month), full of data exported from MYOB, i am currently going through each one and formatting them (shoot me now), after im done with each one im throwing them into an access table i just threw together (the idea is when all the data is done ill be able to create a query thatll format the data exactly the way its required, then i can copy that query to excel, this should be far easier and quicker than manipulating the data and manually calculating the totals.... which is what they were expecting me to do... but i digress)
now my only issue is the format they want the data in
essentially products sold will be going down (each row), then pay periods across and under each period there is total qty and total price (see mock up attached)
Im not too familiar with "pivot" tables, but have a feeling this is what i need, anyone able to point me in the right direction with this?
the access file ive made is just a single table (tblData) and it has the following fields; Date, Description (essentially the name) QTY and Price, ive then added a Period field (which is just a combo box, has 24 lines, one for each month and year, im selecting the correct period as i copy data in from the spreadsheets, figured this would be easier for the query than fiddling with the date)
Hopefully thisll be an easy one
ive been asked to help prepare an excel spreadsheet for our office, its relatively simple (in theory), just a summary of all our products sold, the quantity sold and total cost, they want it to go according by Month and Year, starting from Jan 2013 and ending at Dec 2014, each month should have a different set of summaries
ive got 24 different excel spreadsheets (one for each month), full of data exported from MYOB, i am currently going through each one and formatting them (shoot me now), after im done with each one im throwing them into an access table i just threw together (the idea is when all the data is done ill be able to create a query thatll format the data exactly the way its required, then i can copy that query to excel, this should be far easier and quicker than manipulating the data and manually calculating the totals.... which is what they were expecting me to do... but i digress)
now my only issue is the format they want the data in
essentially products sold will be going down (each row), then pay periods across and under each period there is total qty and total price (see mock up attached)
Im not too familiar with "pivot" tables, but have a feeling this is what i need, anyone able to point me in the right direction with this?
the access file ive made is just a single table (tblData) and it has the following fields; Date, Description (essentially the name) QTY and Price, ive then added a Period field (which is just a combo box, has 24 lines, one for each month and year, im selecting the correct period as i copy data in from the spreadsheets, figured this would be easier for the query than fiddling with the date)