How to apply Vlookup in excel without using modern design?

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

You can try with lookup datatable it will be working on datatable

Regards
Sudharsan

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

1 Like

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

2 Likes

HI @ozgecatak ,

With the help of read range ,write cell and autofill activities you can achieve the same

  1. Use the read range activity to get the entire range of sheet
  2. Use the Write cell activity to write the formula in the first cell of the column where you want to apply the formula
  3. Use the Auto fill Range activity to apply the formula to the entire range.

Hope This helps !

1 Like

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.