So basically: I'm creating a data set by adding certain cells together from another set to make new variables. The original columns are year (from 1990 to 2010), month, lbs of a certain type of fish landed (for each month), and region (as in Chesapeake Bay, Gulf of Mexico, etc.)
I need to create a data set where I have a column for lbs of fish landed summed across all regions, for each month in that 21 year period. I've sorted by year and month so it's easy to just add, say, the numbers for all of the regions in Jan 1990 together, then Feb 1990, and so on. There's also some missing numbers for certain regions, for instance the Gulf region is missing certain years. I'm looking for a way to speed up what I'm doing instead of having to manually do a SUM function for each cell (12 months times 21 years = 252 rows, and that's just for the first type of fish).
Sorry if this is hard to understand, I'm writing this quickly just before I leave work to let it sit overnight.
Please ask questions to clarify anything that you don't understand (if it would help anyone understand what I'm looking for I suppose I could attach the original file, but I won't do this yet because the information may not be supposed to be sitting out on the internet), and thanks a bunch in advance. At this point I know I could do it, but it would just take quite a long time because I'm going to have to do this for a fairly large number of different types of fish.
Thanks again.
EDIT: Ok, I uploaded the excel file so you can look at it. Let me know if you need any more clarification.
Bookmarks