Hello,
I have an excel extract from an accounting system that contains sets of figures for multiple entities, in sequence one below the other. The entity's name appears once in column C, below there is the string "Counterparty" and the rest of the column is blank until the next set of data.
Figures are in column C: M, the number of rows for each set is variable.
I am trying to create unique values in column A by concatenating the corresponding Column Headings with the amount in Column I.
Below I am showing the result I am trying to achieve, possibly with formulas, but vba would also be fine as.
Appreciate any suggestions, thanks!
I have an excel extract from an accounting system that contains sets of figures for multiple entities, in sequence one below the other. The entity's name appears once in column C, below there is the string "Counterparty" and the rest of the column is blank until the next set of data.
Figures are in column C: M, the number of rows for each set is variable.
I am trying to create unique values in column A by concatenating the corresponding Column Headings with the amount in Column I.
Below I am showing the result I am trying to achieve, possibly with formulas, but vba would also be fine as.
Appreciate any suggestions, thanks!
| ||||||||
| Date |
| Amount | Currency | ||||
Entity1100 | 30/09/2023 | AA | 100 | USD | ||||
Entity150 | 30/09/2023 | BB | 50 | USD | ||||
Entity125 | 30/09/2023 | AA | 25 | EUR | ||||
Entity146 | 30/09/2023 | CD | 46 | USD | ||||
Entity15000 | 30/09/2023 | AA | 5000 | JPY | ||||
| Date |
| Amount | Currency | ||||
Entity2900 | 30/09/2023 | BB | 900 | USD | ||||
Entity2250 | 30/09/2023 | BB | 250 | CHF |