Hello. I have data that is written in the manner later demonstrated below, with blank lines after each entry and with some fields being blank, such as the Notes field in the 2nd set. When I paste it into Excel, it all gets pasted in Column A across multiple rows:
Name= the name
Portable= Y
File / Folder Path= <file:C:\Programs\Utilities\littleprogram.exe>
Website= http://somewebsite.com
Notes= relocate later
Name= Photo Editor
Portable= N
File / Folder Path= <file:C:\Downloads\>
Website= http://adomain.com
Notes=
And so on. I really wanted a colon after the fields, like Name: Portable: and so on, but put an equal sign because in location I am specifying file paths which have colons and make things complicated when / if I need to do a find and replace.
So, I think you can figure out by now, what I want is for the above data to look like this:
A1:Name B1:Portable C1:File / Folder Path D1:Website E1:Notes
A2:The Name B2: Y C2:<file:C:\Programs\Utilities\littleprogram.exe> D2:http://somewebsite.com E2: great program
A3: Photo Editor B3:N C3:<file:C:\Downloads\> D3: http://adomain.com E3:
As you can see, some fields, such as Notes, will sometimes be blank.
I am able to do what I want to do, but with a lots of steps using MS Word and/or Excel to do find and replace, separating the fields via the equal sign, and so on. I came up with two approaches, but they are very tedious.
This question over here: http://www.excelforum.com/excel-form...n-headers.html, while different than what I am asking for, gave me hope that maybe there is a solution for what I am asking for.
Extra Info: For the file path, I plan on removing the < > symbols via the find and replace function, and then using the hyperlink function in another column that references the column where the file path is at so that it can be linkable. If anyone has any ideas on this, that would also be appreciated.
O.k. Thanks.
Bookmarks