supu123
(supriys)
1
Hi Team,
For vlookup I dont want to make use of lookup datatable because there are many rows and for each is used
any other way to use vlookup
I have vlookup lookup formula with me
how to make use of write cell for this
Thanks and Regards,
Supriya
Yoichi
(Yoichi)
2
Hi,
I have vlookup lookup formula with me
how to make use of write cell for this
How about as the following?
Regards,
supu123
(supriys)
3
Hi @Yoichi
will this work for 2 workbooks
Regards,
Supriya
Yoichi
(Yoichi)
4
Hi,
You already have formula, do you? Do you mean like the following?
Regards,
supu123
(supriys)
5
Hi
by the above formula I m getting the values in R column
How to do this in uipath
Regards,
Supriya
supu123
(supriys)
6
There are around 6000 rows in this file
Yoichi
(Yoichi)
7
Hi,
In this case, we can use the following formula in any row.
=VLOOKUP(INDIRECT(ADDRESS(ROW(),8)),'D:\CRV\[ICICIPRU_LTST Rating - Copy.xlsx]Debt_Master'!$B$3:$M$958,12,FALSE)
So we can write it as the following if we know its range.
Regards,
Hi,
first read your sheet to get count, the assign one variable for count,use write cell put vlookup formula and take auto fill range .
PFA screenshot.
Regards,
supu123
(supriys)
9
Hi
Getting the output as zero in all the rows
=VLOOKUP(INDIRECT(ADDRESS(ROW(),8)),‘D:\CRV[ICICIPRU_LTST Rating - Copy.xlsx]Debt_Master’!$B$3:$M$958,12,FALSE)
What is this 8 for in the above code
Regards,
Supriya
Yoichi
(Yoichi)
10
Hi,
This 8 means column H.
So INDIRECT(ADDRESS(ROW(),8)) returns cell value at Current Row and column H.
Is this same as your original formula?
Regards,
supu123
(supriys)
11
Thankyou for the help
One more query
After performing vlookup is there any way to store the column H and vlookup value in a different excel workbook
Thanks and Regards,
Supriya
Yoichi
(Yoichi)
12
Hi,
Can you try the following steps.
-
Read table as datatable using ReadRange activity
-
remove unnecessary column using FilterDataTable activity
-
Write the datatable to workbook using WriteRange activitty
Regards,
system
(system)
Closed
13
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.