This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
Hi all,
I am able to obtain a compiled data from multiple files using the second macro as illustrated below.
However, I would like the columns identified in the previous functions to be included in the dataset such that "Sheet Names",“RegExOut2",“RegExOut3" and “RegExOut4" are included in the first 4 columns. These are obtained from the names of the excel files i.e. Real estates [Data centre] [SGD, RM].xlsx respectively.
Desired output will be as such:
RegExOut2 | RegExOut2 | RegExOut2 | Sheet Names | F1 | F2 | F3... |
Real estates | Data centre | SGD, RM | #1 KL DC | 2015-09-01 | 2015-09-30 | 0 |
Real estates | Data centre | SGD, RM | #1 KL DC | 2015-10-01 | 2015-10-31 | 0 |
Thank you so much in advance. Really appreciate all the help!
Hi @zekharya , If you are sending the required fields like sheet name, regex outputs to macro then you can have them in macro output also. Else you can assign a record ID to the rows and then join the macro output in main workflow with previous data on record ID and have the required fields from previous data.
Thanks Sapna, is it possible to put a macro within a macro as illustrated below? (i.e. putting 2 macros side by side not linked to one another)
I am currently still figuring how to make them work. Thanks for the help!