How to implement vlookup formula in excel

Hi all i need to write vlookup formula in excel.
=VLOOKUP(C10175,‘VIVA Accessory Data MTD’!$L:$N,3,0)
this is my formula how can i implement in uipath. could you please help me to solve this issue.

U can use Write cell

@ImPratham45 if there any example you have.

Whatever the formula u are using in excel same use it in write cell say
“=VLOOKUP(C10175,‘VIVA Accessory Data MTD’!$L:$N,3,0)”

You can make then dynamic using variables in it

@ImPratham45 yeah but i never tried that vlookup in excel. if there any linq query is there or else you can share any sample workflow for me it will be really helpful.

TestLook.xaml (6.7 KB) test.xlsx (9.9 KB)

1 Like

@ImPratham45 Thankyou

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.