googlesheet
New Member
- Joined
- Jun 10, 2015
- Messages
- 2
Hello!
I'd like to transpose in bulk from this format :
<colgroup><col style="width: 100px"></colgroup><tbody>
</tbody>
to this :
<colgroup><col style="width: 100px"><col width="100"><col width="100"><col width="100"><col width="100"></colgroup><tbody>
</tbody>
If you could give me a function for this in excel or google sheet javascript format this would be great!
Thank you very much
I'd like to transpose in bulk from this format :
41950 |
Eve |
eva-me@hotmail.de |
Eva- |
Ku |
41949 |
greg1 |
gregoire@gmail.com |
Gregoire |
Mor |
41948 |
At |
john@live.com |
Jon |
Att |
<colgroup><col style="width: 100px"></colgroup><tbody>
</tbody>
to this :
41943 | Gno | daniel@gmail.com | Ka Le | Lai |
41942 | Jorge | jorg;e@hotmail.com | Jorge | Gelt |
41941 | mre | mik.@outlook.com | Michael | Remi |
41940 | pla | a@spb.org | Julia | Plavins |
<colgroup><col style="width: 100px"><col width="100"><col width="100"><col width="100"><col width="100"></colgroup><tbody>
</tbody>
If you could give me a function for this in excel or google sheet javascript format this would be great!
Thank you very much