Hello,
I would like to know a way in which we can load a file's name (Excel File) as data into one of the columns. In addition to that, while doing so, my file top most cell (Cell A1) would have some comments which I want to store as well into another column. Is there a way we can do it? Please advise.
Sample data of my excel sheet:
File Name: TEST_0308181033
| A | B | C |
| This file contains test data as of 03/08/18 | | |
| LVL1 | B1 | C1 |
| LVL2 | B2 | C2 |
| LVL3 | B3 | C3 |
Thanks!