baleshst
Board Regular
- Joined
- Jan 24, 2010
- Messages
- 126
I have data source which is unstructured. Request you to help me in creating a <acronym title="visual basic for applications">vba</acronym> code which would structure the data.
<tbody>
</tbody>
(unstructured data) | ||||||||||
Name | James | 5 | 4 | Kelly | 1 | 1 | 1 | Fenny | 1 | |
(The way it should be) | ||||||||||
Name | James | 5 | 4 | |||||||
Name | Kelly | 1 | 1 | 1 | ||||||
Name | Fenny | 1 |
<tbody>
</tbody>