Hi,
I have a table with headers, i want to split the data based on "Car" field and export those set of rows to different files. Before exporting these files i want the first three rows (in red) to be static in each file that I export. how to do this? i dont know macros or other programming languages.
| Data base name: xyz | | | |
| Sales Data | | | |
| Car | Quantity sold | Cost per unit | City |
| VW | 2 | 500000 | Newyork |
| VW | 4 | 600000 | Seattle |
| MG | 6 | 1000000 | Chicago |
| MG | 1 | 200000 | Seattle |