I have a few fairly long currency lists in excel which I need to convert into an array format, for use in a different program. Are there any built-in formula that will return the string values of a list, into a string array?
For example the following:
a
b
c
d
e
Will return as "a","b","c","d","e" (even if it's just in the formula bar so I can copy and paste!)
I would prefer not to use VBA if possible simply due to time constraints, however if that works out relatively easy, any suggestions on that would be really helpful too.
Many thanks in advance
