I will see if I can articulate my challenge. I have a large spreadsheet of data that I need to import into an SQL Database. What the problem starts is I had one column of data that contained many reference values. I will try to give an example
Col Col2 Col3 Col4
Row 1 Mr. Smith Red Blue Yellow
Row 2 Mr. Jones Green Red Blue
In SQL I have a "Customer" table which will be the Column1 the customer name and I need to import Col2, Col3, Col4 into a "Lookup Table - Color". With the row number acting as the primary key (PK) for customer
I thought I could somehow tranpose the columns into a new sheet going down with a column for color and one for customer id
Any thoughts on how to approach this problem?
Cheers,
Todd
Bookmarks