G
Guest
i posted this previously but got lost in between other questions so here it
is again. i need to convert matrix looking spreadsheet to a normalised table
so i can feed into Access.
current matrix:
A B C
1 ch1 ch2
2 rh1 y n
3 rh2 n y
required table:
A B C
1 rh1 ch1 y
2 rh1 ch2 n
3 rh2 ch1 n
4 rh2 ch2 y
rh=row headings
ch=column headings
table above is just a sample as i got over 20 columns and 15 rows. a
solution would be to link them manually but it is likely that the number of
columns/rows will change (makes the linking solution very impractical.)
any help would be appreciated.
thank you
is again. i need to convert matrix looking spreadsheet to a normalised table
so i can feed into Access.
current matrix:
A B C
1 ch1 ch2
2 rh1 y n
3 rh2 n y
required table:
A B C
1 rh1 ch1 y
2 rh1 ch2 n
3 rh2 ch1 n
4 rh2 ch2 y
rh=row headings
ch=column headings
table above is just a sample as i got over 20 columns and 15 rows. a
solution would be to link them manually but it is likely that the number of
columns/rows will change (makes the linking solution very impractical.)
any help would be appreciated.
thank you