Hi,
Is it possible to "push" the headings down into the first row of data? so then the first row of data would become 2nd etc.
I know I can do this at the start with the input tool, but later on in my workflow I'm creating several columns which headings I would need in that first row, so ideally I would do this at the very end when my dataset is complete(and all the extra columns are added).
The new headings don't matter to me, it can be whatever as long as I can have my current headings in the first row.
Example
| Heading | Heading2 | Heading3 | Heading4 |
| Data | Data2 | Data3 | Data4 |
| DataData | DataData2 | DataData3 | DataData4 |
I would like it to become
| new heading | new heading2 | new heading3 | new heading4 |
| Heading | Heading2 | Heading3 | Heading4 |
| Data | Data2 | Data3 | Data4 |
| DataData | DataData2 | DataData3 | DataData4 |
Thanks,
Pav