I have a spreadsheet with more than 600 columns. Unfortunately several of the headers are identical.
I would like to rename these headers so that they become unique.
Lets say that part of the headers looks like this:
<tbody>
a
b
c
d
d
d
d
e
f
f
f
f
</tbody>
I would...