Forum Discussion

KWilkinson02's avatar
KWilkinson02
Helper I
6 years ago
Solved

Transforming mulitple sheets in multiple files when using 'Load from folder'

Hi,   I have a folder full of spreadsheets, each containing multiple ranges and sheets that I want to transform and then merge into a summary table.   Currently I'm having to load from folder, se...
  • Jimmy801's avatar
    6 years ago

    Hello KWilkinson02 

     

    Try to do as follows

    - Query one Excelfile in order to have the result you want

    - Create a new text parameter calles "FileName" with the complete path of your Excel-file

    - enter advanced editor and substitute in the first line the path information with your newly created parameter

    - right click on the query and select create function. Give it the name "GetData"

    - Query your folder

    - Add new column invoking your function like GetData([Path]&[Name])

    - Combine the new created column to one table

     

    If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
    Kudoes are nice too

    Have fun

    Jimmy