I have a set of data that looks like this:
| Total Panel | F4 | Income Under $20000 | F6 | Etc. |
| 01/03/14 - 01/02/15 | 01/03/15 - 01/02/16 | 01/03/14 - 01/02/15 | 01/03/15 - 01/02/16 | Etc. |
| Data | Data | Data | Data | Data |
| Data | Data | Data | Data | Data |
So, I would like to change each header name that contains "F*" to the column header before it. So that the header names will be different, I would then like to move up the dates that are below each header and either add that date as a prefix or suffix.
Thanks!
KT