I have an Excel spreadsheet (though I can convert it to CSV or another format if needed). It has hundreds of rows and 5 columns.
My goal is to create a macro that prompts with a list where each item in the list contains columns 1–4 separated by hyphens or some other character.
What's the best way to do this?
Here is some example data:
Abbreviation,Full Name,Description,Code,Comment
A,"Example, Name 1","The description goes here, it could be pretty long",A1.1,This is a comment
AA,"Example, Name 2","The description goes here, it could be pretty long 2",A2.1,
AB,"Example, Name 3","The description goes here, it could be pretty long 3",A1.2,Here's another comment
ABC,"Example, Name 4","The description goes here, it could be pretty long 4",B2.1,
This would be an example row in the prompt with list action:
A - Example, Name 1 - The description goes here, it could be pretty long - A1.1