Hello Community,
I have a question. Below is the sample table, formatted the way I get it. The table I get is in Excel and the final Table/Tables is also Excel.
| Name | Hours | Activity | Date1 | Date2 | Month | Year | FileName |
| Adams | 50 | project1 | 1/1/2022 | 1/2/2022 | 12 | 2022 | AdamsProject |
| Wilson | 70 | project2 | 1/1/2022 | 1/2/2022 | 12 | 2022 | WilsonProject |
I need to take the data from this "master" table and convert it to 1 Excel sheet or file per person, but I need to copy these cells into specific cells in my final template which is premade. This is the template, for example:
Name goes to C4
Hours go to B11
Activity goes to A10
Date1 goes to B26
Date2 value should go to E29 cell.
Month goes to B7
Year goes to C7
FileName would be the desired name of the sheet or .xls file
I hope that I described the problem well and that someone more knowledgeable than me helps. Thank you in advance. Any idea would help.
With respect,
Matej