Need some advise on Google Sheets.
Sadly one of our clients uses Google Sheets as their Excel fix. As part of this one of the staff spends hours moving data about.
The first part of the problem is that we have a tab called master. In column A is a variable amount of cells (Some duplicates). We want to be able to create a new tab based on the distinct value in the cell (So one sheet per distinct value)
Now in Microsoft Excel VBA I can write this with my eyes closed, but on Google sheets I have no idea.
Any help is appreciated.