F
FishMan
HI
I have a table in the following format:
Sample Sequence1 Sequence2
1 aggta gtcct
2 aggct
3 gtcat
4
5 gttag
6 aggat gccta
where sample is the primary key.
There are/will be a few thousand of these records. My problem is that I
want to be able to fill the missing data by importing/appending from an
excel spreadsheet. These missing values are collected in groups of 96
and stored in a spreadsheet (with the same three fields). I want to
then be able to update without having to go through it all by hand. For
example the spread will have:
Sample Sequence1 Sequence2
2 gttag
3 gttagt
4 gaacct gaatg
5 cctta
Please help me to import this new data and fill in the gaps.
Thanks
FishMan
I have a table in the following format:
Sample Sequence1 Sequence2
1 aggta gtcct
2 aggct
3 gtcat
4
5 gttag
6 aggat gccta
where sample is the primary key.
There are/will be a few thousand of these records. My problem is that I
want to be able to fill the missing data by importing/appending from an
excel spreadsheet. These missing values are collected in groups of 96
and stored in a spreadsheet (with the same three fields). I want to
then be able to update without having to go through it all by hand. For
example the spread will have:
Sample Sequence1 Sequence2
2 gttag
3 gttagt
4 gaacct gaatg
5 cctta
Please help me to import this new data and fill in the gaps.
Thanks
FishMan