I have data that I would like to subtotal on each change in field (let’s call it FIELD1) and sum on total cost. As an example each row contains either a fruit or vegetable in that particular field with no specific sort order.
I know that in order for the subtotal feature to properly work the data should be sorted first on FIELD1 and then apply the subtotal to the data. My challenge is to maintain the original order of entry prior to the sort after removing the subtotals. I understand that another sort would be in order but was wondering if there was another approach.
Thanks,
John