Hey,
I know this should be simple but I can't even contemplate how to do it.
Basically I'm importing some data from an HTML table into excel, it all formats pretty well except that some of the data appears on multiple rows.
What I have...
What I think I want to be trying to do is IF row$ in Column A is blank then CONCATENATE row$ to row$-1, delete row. repeat until end of spreadsheetA B C
1 01.02.06 John
2 Bob
3 Sam
4 02.03.06 Jim
What I need:
a b c
1 01.02.06 John, Bob, Sam 3
2 02.03.06 Jim 1
and in column C count row$ column b, repeat till end of sheet
Not a clue of the type of syntax I should be using though!![]()
In fact there's probably a better way of importing the data from the HTML so it doesn't even need to be done this way! of course I'm oblivious to it.
Bookmarks