Hi everyone!
I have to use excel formula which is VlookUp in my process. But I should apply it without Uipath Modern Experience properties. I have 49660 invoice IDs. I should compare with other sheet’s Invoice ID. How can I do it?
Thanks a lot
Hi everyone!
I have to use excel formula which is VlookUp in my process. But I should apply it without Uipath Modern Experience properties. I have 49660 invoice IDs. I should compare with other sheet’s Invoice ID. How can I do it?
Thanks a lot
Hi @ozgecatak
Do you have any specific reason to avoid VLOOKUP activity? You can try with that also
Check out this video and docs
https://www.extendoffice.com/documents/excel/5053-excel-vlookup-copy-formatting.html
https://docs.uipath.com/activities/docs/v-lookup-x
Regards
Gokul
Hi,
First type in VLoookup formula in the first row of required column(Write Cell).
Next use “Select range”, select all 49660 rows of the required column.
After selecting send hotkey “Ctrl + Down”
Using this method you can do Vlookup without Modern Activities.
Thank you
HI @ozgecatak ,
With the help of read range ,write cell and autofill activities you can achieve the same
Hope This helps !
I use this method, it worked. Thank you !
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.