Hi,
I am looking to input data into Alteryx from an Excel which has multiple defined named ranges on multiple sheets. I want to use the defined name range to pull in the data.
I understand how it works when it's not defined (e.g. A1) then its Full path + '|' + SheetName$A1:A1'.
Using the link below I am able to pull down the list of the defined named ranges in the Excel...just don't know how to use it to pull the associated data
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/How-do-I-get-a-list-of-all-named-ranges-from-an-Excel-workbook/m-p/185301/highlight/true
Attach is a test file with the following defined named range.
CS_CompanyName
CS_CompanyAddress
CD_NoOfEmployees
CD_AnnualRevenue
Note, the actual live data source has 20+ defined named ranges
Any help/guidance much appreciated