Hi,
Can anyone advise on how to use Vlookup in Excel using UiPath
Hi,
Can anyone advise on how to use Vlookup in Excel using UiPath
Hi @Ashutosh93,
I also face the same problem in one of my project.
Try using invoke code activity and you can download the c# code from google. Please find the below link and paste the code in the invoke code activity.
Use below formula in the write cell activity.
Formula1 = â=iferror(VLOOKUP($J2,âExcelSheetâ!$A:$G,2,0),ââââ)â
Formula1.Replace(âExcelSheetâ,âBF Raw Splunk Updateâ)
Use your âSheetNameâ and Cells on which you want to apply Vlookup.
Hi Rahul,
Thank you for providing the solution. I was able to implement Vlookup using point 2.
Hi Pattyricarte,
Thank you for providing the solution. I was able to implement Vlookup in UiPath
Can you please guide which code is to be pasted in the invoke code activity, I couldnât find it.