Currently using VBA I generate a client report. It contains "Client", "Currency" and then a whole load of financial data.
There are multiple "Currencies" per "Client". What I want to do is a "Concatonateif". So instead of having everything on multiple lines:
It will do this for instance
There are multiple "Currencies" per "Client". What I want to do is a "Concatonateif". So instead of having everything on multiple lines:
Code:
Client CCY
110011 JPY
110011 GBP
It will do this for instance
Code:
Client CCY
110011 JPY, GBP