I need to Loop though each Cell\Column in "Header Template" finding the Value (a String, ignore the Integers used for an Example) in the Cell, then go look on "Original_Data" for the entire Column and Range of used Data with that name, then paste it on "Formatted_Data".
Problem is, on the "Original_Data" Sheet, the Columns are a mess and the Organization of them is random. It's not a 1:1 Ratio, so I need to search for String of the Column name of a Template and find my Data on "Original_Data".
I'm trying to get my Data into MATLAB as cleanly as possible. The m Fig I wrote is very picky.
Anyone help in the right Direction. I have no idea where to even begin. VLOOKUP doesn't work for this.
Problem is, on the "Original_Data" Sheet, the Columns are a mess and the Organization of them is random. It's not a 1:1 Ratio, so I need to search for String of the Column name of a Template and find my Data on "Original_Data".
I'm trying to get my Data into MATLAB as cleanly as possible. The m Fig I wrote is very picky.
Anyone help in the right Direction. I have no idea where to even begin. VLOOKUP doesn't work for this.