Hi Team,
My vlookup formula works correctly sometimes and it will not work as expected rest times.
=IF(ISNA(VLOOKUP(AZ"+RowIndex.ToString+",[Input2.xlsx]Sheet2!A:E,3,)),VLOOKUP(BC"+RowIndex.ToString+",[Input2.xlsx]Sheet2!B:E,2,),VLOOKUP(AZ"+RowIndex.ToString+",[Input2.xlsx]Sheet2!A:E,3,))
now it is just copy and pasting the string value . MY question is when we write vlookup it should be '[input2,xlsx]Sheet2'!
, but now it is just taking it as [Input2.xlsx]Sheet2!
Can anyone please help me .
Please find my workflow attached,
Regards,
PadminiMapping update.xaml (25.8 KB)
ImPratham45
(Prathamesh Patil)
February 5, 2020, 6:45am
2
You are using vlookup for searching value in second file not in same?
ImPratham45
(Prathamesh Patil)
February 5, 2020, 7:09am
4
chandrashekar_padmin:
[Input2.xlsx]Sheet2!
This is ryt reference for second file…
Have you try
=IF(ISNA(VLOOKUP(AZ"+RowIndex.ToString+",[Input2.xlsx]Sheet2!A:E,3,)),VLOOKUP(BC"+RowIndex.ToString+",[Input2.xlsx]Sheet2!B:E,2,),VLOOKUP(AZ"+RowIndex.ToString+",[Input2.xlsx]Sheet2!A:E,3,))
in excel manually
ImPratham45:
=IF(ISNA(VLOOKUP(AZ"+RowIndex.ToString+“,[Input2.xlsx]Sheet2!A:E,3,)),VLOOKUP(BC”+RowIndex.ToString+“,[Input2.xlsx]Sheet2!B:E,2,),VLOOKUP(AZ”+RowIndex.ToString+",[Input2.xlsx]Sheet2!A:E,3,))
yes i tried it will prompt window to select file
ImPratham45
(Prathamesh Patil)
February 5, 2020, 7:15am
6
will you share your project zip file or Your Files with dummy data
ImPratham45
(Prathamesh Patil)
February 5, 2020, 7:15am
7
Give Full path of that file … try this first
'D:\UiPath\Output[Input.xlsx]Sheet1
1 Like
Yes i tried and it is running now , but instead of hard coding can we give the path as dynamic variable?
Please correct me if i am wrong , so i need to use Assign property to the file name and use the variable in formula?
system
(system)
Closed
February 8, 2020, 10:12am
12
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.