crazydragon84
Board Regular
- Joined
- Feb 19, 2015
- Messages
- 195
Hi,
I have set of transaction data that has various fields such as name, date, amount (and various other attributes of the transactions). I have 4 pivot tables that splits this data into different sets of data (mainly divided by transaction types like buys, sells, fees, etc.). the pivots have certain filters and conditions to show only specific type of data. The pivot tables have no Values, just rows (this is because I want to see by transaction, not by aggregated amounts). For instance, if ABC had $200 and $300 transaction on 3/1 and 3/15, I want to see this twice. I copy this pivot table data to a "Final report" that gets used elsewhere in the firm.
The problem is, I want to keep the name field as the first field, but sort it by date column, which is in second (or later) field. When I try to "Sort oldest to newest" it does, but only after it sorts by the first column (Name). Thus, ABC's 3/1 and 3/15 transactions will always show up before XYZ's 3/2 transaction. Is there a way to do this automatically (without using vba), or do I just need to copy and paste the data then sort it afterwards?
I have set of transaction data that has various fields such as name, date, amount (and various other attributes of the transactions). I have 4 pivot tables that splits this data into different sets of data (mainly divided by transaction types like buys, sells, fees, etc.). the pivots have certain filters and conditions to show only specific type of data. The pivot tables have no Values, just rows (this is because I want to see by transaction, not by aggregated amounts). For instance, if ABC had $200 and $300 transaction on 3/1 and 3/15, I want to see this twice. I copy this pivot table data to a "Final report" that gets used elsewhere in the firm.
The problem is, I want to keep the name field as the first field, but sort it by date column, which is in second (or later) field. When I try to "Sort oldest to newest" it does, but only after it sorts by the first column (Name). Thus, ABC's 3/1 and 3/15 transactions will always show up before XYZ's 3/2 transaction. Is there a way to do this automatically (without using vba), or do I just need to copy and paste the data then sort it afterwards?