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 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
I need to use linq as I have huge data in excel lookuo datatable is taking more time
Can anyone Please help me
(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()}