Trying to get my feet wet with Power Query in Excel 2016. I need to compile a list of files in a folder. Excel Get data > From Folder does this fine. However I also need to add data from an Excel worksheet named range to that query.
Named range is just a cell with some data in it, no headers (not a table). Edit query > Content accommodates this as well, defined tables and named ranges are available there to be added to the query. But this is where I run into a problem. If the named range contents is a number, I don't have any issues. However if it's an alphabetic entry, I get a message "This table is empty" and the actual contents are shown as the header of this range.
Obviously the queries will also provide totally different-looking results:
What is the reason that alphabetic value in named range is automatically converted into header and is there a neat way to avoid that?
Just as a remark - I think I found a workaround - if I'll have the first file with the named range contents as numbers, the query will be built correctly and data from the next files will be imported as expected (even if in alphabetic form), but I can't help to think that this could be avoided in the first place...

