Nur_Amin
(Nur Amin)
October 6, 2023, 9:36am
1
hi, anyone can help me on this regarding vlookup problem. im using studio x community
supriya117
(Supriya Allada)
October 6, 2023, 9:39am
2
Hi @Nur_Amin
Make sure the string that you are trying to search in excel is string type.
Nur_Amin
(Nur Amin)
October 6, 2023, 9:40am
3
hi can elaborate more on this?
supriya117
(Supriya Allada)
October 6, 2023, 9:43am
4
@Nur_Amin
If you are looking for a string value then you have to pass the string variable in vlookup
If you are looking for a integer value then you have to pass the int variable in vlookup
It would be great if you provide the more information like about the value you are searching in the excel and what type it is.
Nur_Amin
(Nur Amin)
October 6, 2023, 9:47am
5
hi book 1 is my data sample while excel file named vlookup is the value i want to lookup
Vlookup.xlsx (8.7 KB)
Book1.xlsx (8.6 KB)
lrtetala
(Lakshman Reddy)
October 6, 2023, 9:56am
6
Hi @Nur_Amin
Please check on this xaml
BlankProcess10.zip (77.5 KB)
Hope this helps!!
supriya117
(Supriya Allada)
October 6, 2023, 10:04am
7
@Nur_Amin
Check this:
Vlookup.xlsx (8.7 KB)
Book1.xlsx (10.4 KB)
Sequence.xaml (12.6 KB)
Nur_Amin
(Nur Amin)
October 9, 2023, 7:42am
8
hi i cannot open the workbook, im using studio x UiPath community version
Nur_Amin
(Nur Amin)
October 10, 2023, 1:25am
10
hi, i cannot open this workbook. im using studio x community version
lrtetala
(Lakshman Reddy)
October 10, 2023, 1:48am
11
Have you tried this? @Nur_Amin
It is working
Nur_Amin
(Nur Amin)
October 10, 2023, 3:50am
13
hi, may i ask why u copy and paste ?
lrtetala
(Lakshman Reddy)
October 10, 2023, 3:56am
14
@Nur_Amin
Copying the sheet from excel1 to excel2
lrtetala
(Lakshman Reddy)
October 10, 2023, 4:02am
16
@Nur_Amin
After completing the process deleting that sheet
Nur_Amin
(Nur Amin)
October 10, 2023, 5:47am
17
I tried to do the script using my real data but stuck in copy and paste as sheet 2 not exist because i did not add new sheet
lrtetala
(Lakshman Reddy)
October 10, 2023, 5:51am
18
@Nur_Amin
It creates new sheet as Sheet2 you no need to create the sheet in that excel
Nur_Amin
(Nur Amin)
October 10, 2023, 5:55am
19
no need to add insert sheet?
lrtetala
(Lakshman Reddy)
October 10, 2023, 5:55am
20
Yes @Nur_Amin
Copy/Paste Range activity creates the sheet and add the data into that sheet