This might be someone's homework, but it's not my homework
May 8, 2009 12:18 PM
Subscribe
I'm trying to teach myself to be an Excel guru, and I'm having trouble with pivot tables. I'm using data from exercises in a textbook (which is about how information systems are used in business but randomly has a bunch of Excel exercises in the back). I can come up with a solution, but I don't know if I'm doing it the most efficient (or most elegant) way.
The exercises seem to build off one another, so this example might also use goal seek or problem solver. The sample data is transport invoice costs from 5 transport companies to several different states. The columns are Business Name, State, Shipping Weight, Invoice Amount, and Shipping Costs per Pound. The exercise is to analyze the data and recommend 2 carriers to stick with.
To get started, it says to calculate:
average cost per carrier
total shipping costs per state
total shipping weights per state
average shipping costs per pound
I get that I can put all of that stuff into a pivot table, but doesn't that seem to be way more information than is needed? If I have average shipping costs per pound per carrier per state (whew!), can I multiply that by total shipping weight per state (for all carriers) within a pivot table? I can see how to add a calculated field, but not one that will give me the calculations I want.
If anyone is curious, I can provide the sample data and a .pdf of the exercise text.
posted by amarynth to computers & internet (5 comments total)
4 users marked this as a favorite
Granted I've only don't two or three pivot table projects, but they were enough to make me swear them off. My employers thought they would be able to do complex calculations like a full-blown database which is simply not the case. If you need to manipulate the data instead of simply organizing it then you'll probably want something more robust. People underestimate the breadth of Access's features. When Access stops being enough then it is time to move on to HTML, MySQL, and PHP imo.
One thing to look out for with pivot tables comes in the form of known bugs. There are a few actual, bonafide bugs within Excel that I lost hours to thinking I was doing something wrong. I was using Excel 2003, maybe things have changed since then.
posted by Gainesvillain at 12:41 PM on May 8