I'm not overly familiar with Excel. I am wondering if there is a way that I could take a spreadsheet and generate a new text file from its data with a specific text formatting. What I have is a sheet with 200+ country names in the rows. For each row, there are 5 columns each containing a hyperlink. What I'm looking to create is a grouping for each row which is formatted like this:
rowName (Country 1)
column2Title|row1Column2Link
column3Title|row1Column3Link
column4Title|row1Column4Link
column5Title|row1Column5Link
rowName (Country 2)
column2Title|row2Column2Link
column3Title|row2Column3Link
column4Title|row2Column4Link
column5Title|row2Column5Link
and etc, about 200 of these total. As shown, on the left of every vertical bar is the same exact text in each grouping, just the respective column titles. On the right is what exists in each column of the current row. I'm loosely familiar with VBA but I would be able to program this myself without some explanation.