I have an Excel spreadsheet (703 rows x 263 columns) with program names for the columns and layout names for the rows. Whenever a certain program reads a particular layout, there is an "X" is the cell where they meet. What I would like to do is create a 2-column text file that contains each program with each layout it reads.
Ex:
Let's say program A reads Layouts 3, 7, and 9
In the spreadsheet, there would be an X in A3, A7, and A9.
What I would like is a text file that looks like:
A 3
A 7
A 9
I want to repeat this for each program in the sheet.
The reason for doing this is so I can import the info to a Db and find the info I need using SQL. There are currently 3 spreadsheets used in my process (Layouts-Programs, Programs-Groups, Groups-People). So, when a layout changes, I have to consult 3 spreadsheets to figure out who needs to be notified. Why they originally did it this way???? I have NO idea.
Any ideas is greatly appreciated.
Thanks,
Doug
Ex:
Let's say program A reads Layouts 3, 7, and 9
In the spreadsheet, there would be an X in A3, A7, and A9.
What I would like is a text file that looks like:
A 3
A 7
A 9
I want to repeat this for each program in the sheet.
The reason for doing this is so I can import the info to a Db and find the info I need using SQL. There are currently 3 spreadsheets used in my process (Layouts-Programs, Programs-Groups, Groups-People). So, when a layout changes, I have to consult 3 spreadsheets to figure out who needs to be notified. Why they originally did it this way???? I have NO idea.
Any ideas is greatly appreciated.
Thanks,
Doug