Dear all,
I have this data list that now is sort by "transaction number" column A. Each transaction number is a set of data that always need to be grouped together. In total there are 4 sets of data as below.

Now i wish to sort the 4 data sets, in the order that the amount of account # 112101 is ascending.
In other words, if you look at column C, there is this account numbered 112101, and it's value is in the same row under column F. I want this account's amount to be sort in ascending order, however, to keep the data sets still in it's own group.
The desired output would be:

In this case, the account 112101 is in ascending order (-1234056.95 < -199999 < -40000 <-12748.07), but the data are still grouped as by the transaction number.
Appreciate if anyone can help!!!! 😁