Hello!
I have an issue where I am importing multiple MS Excel files, via the batch macro method described in the following link:
https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/CS-Macro-Dev-Reading-in-Multiple-Files-with-Different-Field/ta-p/13370
The import process works well for nearly everything with the exception of any fields that are calculated within Excel (the cell contains a formula - E.G. "=IF(ISBLANK(H6),0,IF(J6/H6<=1,1,ROUND(J6/H6,0)))") . The batch macro will not import these values at all, unless oddly when I have the files open in Excel. Even then, if I have 10 files to be imported and only 5 are open...only those 5 will read in the contents from those fields.
Any suggestions?