Vlookup Excel1

Hi all,

I have 2 different Excels, I need to do Vlookup from Excel1 Column Cust ID to Excel2 Column Acc Num.

Can anyone please help me how to do Vlookup?

Thanks in advance

Hi @amitha.aenugula

You can use the Vlookup activity.

Hope it helps!!

Hi @amitha.aenugula

I need to use linq as I have huge data in excel lookuo datatable is taking more time

Can anyone Please help me

Hi @amitha.aenugula

Can you please share sample excel files with dummy data.

Regards,

(From row1 In Dt.excel1.Asenumerable() Join row2 In Dt.excel2.Asenurable() On row1(“Cust ID”).tostring() Equals row2(“Cust Id”).tostring()
Select New With {.CustID = row(“Cust Id”).tostring(),.ACCnum=row2(“Acc num”).tostring()}