Hi Team,
I have a spreadsheet which I want to split using column names and save as different workbooks but also different tabs within the workbooks.
| Period | Project | Description | Filename |
| May | Xerox | blah blah | A |
| June | Blue | blah blah | B |
| Sep | Fuller | blah blah | C |
| Jan | Canterbury | blah blah | A |
| Sep | Solar | blah blah | B |
| Sep | Canterbury | blah blah | A |
So in the above instance I would want to split Filename into different workbooks and have Project split into tabs within the corresponding workbook.
Hope this makes sense. Happy to provide more information.