I was handed a spreadsheet containing a number of columns with the first column consisting of merged cells separated by blank cells.
Is there an easy way to remove the "merged" formatting and replace all of the merged cells with single cells containing the data that was in the merged cell?
For example:
This...
[tt]
| A | B
--------------------
1 | example1 | text
2 | | text
--------------------
3 | |
--------------------
4 | example2 | text
5 | | text
--------------------
6 | |
--------------------
[/tt]
Would become this...
[tt]
| A | B
--------------------
1 | example1 | text
2 | example1 | text
--------------------
3 |
--------------------
4 | example2 | text
5 | example2 | text
--------------------
6 |
--------------------
[/tt]
What I'm trying to do is to make this spreadsheet easier to import into Access 2003. If there's a way to do this within Access during the import process, that would be great.
Is there an easy way to remove the "merged" formatting and replace all of the merged cells with single cells containing the data that was in the merged cell?
For example:
This...
[tt]
| A | B
--------------------
1 | example1 | text
2 | | text
--------------------
3 | |
--------------------
4 | example2 | text
5 | | text
--------------------
6 | |
--------------------
[/tt]
Would become this...
[tt]
| A | B
--------------------
1 | example1 | text
2 | example1 | text
--------------------
3 |
--------------------
4 | example2 | text
5 | example2 | text
--------------------
6 |
--------------------
[/tt]
What I'm trying to do is to make this spreadsheet easier to import into Access 2003. If there's a way to do this within Access during the import process, that would be great.