Hi…
How to apply vlookup formula in uipath… i have multiple sheets and excel files… i have to create one excel file (Unique value) all other to remove…
using AsEnumberable functions. is it possible ?
Thanks
Shyam
Hi…
How to apply vlookup formula in uipath… i have multiple sheets and excel files… i have to create one excel file (Unique value) all other to remove…
using AsEnumberable functions. is it possible ?
Thanks
Shyam
Hi @Shyam_Pragash ,
You can do so in multiple ways.
One approach would be to convert the required column into a Dictionary and use that to lookup values.
Sample data along with an example of the VLOOKUP that you wish to perform would be most appreciated.
Kind Regards,
Ashwin A.K
please answer me those questions?
Using AsEnumeriable
Thanks
Shyam
Hello @Shyam_Pragash,
If you want to use exact vlookup formula from excel, in a write cell activity in text put:
“=VLOOKUP(the same as using formula in excel file. Use ranges as A:A for example, if you are using it in a for each row)”