I need a bit of help in summarizing/extracting data from a spreadsheet. The spreadsheet contains financial data. One of the columns contains the date in the format YYYY-MM-DD, another column contains a transaction type (ALPHA data, e.g., Fee) and another column contains the cost of the transaction, e.g., 195.43 without a $. For each month, there are five types of the same transaction. This transaction type is “Fee” for a month for each of five accounts.
What I want to produce is a summary table by month for the fees for the five accounts. I do not want each account summarized, that may come in future requirements. For now, all I want is a summary total for each month for all five accounts.
I can probably use a pivot table for this, if I can just figure out how to structure the pivot table (help or suggestions, please), but I am curious to find out if there is another way to do this using SUMIFS and/or other functions available in Excel.
Any insight that anyone would care to provide will be greatly appreciated. Thanks.
===========================
Ron M