I am printing a booklet that has several different funds. These booklets stack the funds related to each record but they must be in a specific order. The problem is that the data does not come in the order that the funds need to be printed.
1) I have a data list of the order in which the funds must print, i.e. 331E, 331F, 192E, 192F, 162E, etc.
These fund numbers do not follow an alphabetical or numerical order, but they have to remain and be retrieved in this order.
2) data spreadsheet does not necessarily come in this order, so I need a script to re-sort it to follow the order of the data list above.
For example, the data comes in this order: 162E, 192E, 331F
I need to pull those funds and set them in order, therefore: 331F, 192E, 162E
Hoping this question makes sense.
Please help!!
I meant to add that I'm not re-sorting the data spreadsheet, I just need the software that I am using to retrieve the data to resort the values for me.
I hope that makes sense.
1) I have a data list of the order in which the funds must print, i.e. 331E, 331F, 192E, 192F, 162E, etc.
These fund numbers do not follow an alphabetical or numerical order, but they have to remain and be retrieved in this order.
2) data spreadsheet does not necessarily come in this order, so I need a script to re-sort it to follow the order of the data list above.
For example, the data comes in this order: 162E, 192E, 331F
I need to pull those funds and set them in order, therefore: 331F, 192E, 162E
Hoping this question makes sense.
Please help!!
I meant to add that I'm not re-sorting the data spreadsheet, I just need the software that I am using to retrieve the data to resort the values for me.
I hope that makes sense.
Comment