Forum Discussion
Anonymous
3 years agoNot applicable
Add column based on row
Hi,
I want to add a column based on row 1 below:
so that I end up with a table with the following headers:
| Local name | Person ID | Gender | Age | Postcode |
| Test 1 | EXAMPLE001 | Female | 76 | XX00 0XX |
| Test 1 | ... | ... | ... | ... |
| Test 1 | ... | ... | ... | ... |
How do I do this?
Thanks
5 Replies
- AmiraBedhSuper User
Can you please elaborate more the logic behind adding this row ?
- AnonymousNot applicable
The situation is that I am setting up an system where files will be uploaded to a folder monthly. The files will come from different companies.
I will then have to combine the files in order to create a report, therefore i need to know which company the file is coming from.
- AmiraBedhSuper User
Try to give for each file the name of the company (providing the data), and using the combine feature you will have a column with the name of the company (coming from the filename) will be added.