JPZ
(Juan Pablo Calderon)
June 28, 2017, 9:20pm
1
I’m using Write Cell activity with a combination of variables within a FOR EACH ROW.
Formula:
“=VLOOKUP(I” & MyRow+2 & “,Sheet1!$A$1:$B$46,2,0)”
When I open the file that is exactly what it reads, I have to press F2 and then Enter and only then, it will display the result…
Images:
devon
(Devon Guerrero)
June 29, 2017, 1:40am
2
I haven’t tried this yet, but maybe have it select the cell and then enter the formula in the formula bar instead of directly inside the cell?
ddrdushy1
(Dushyanth)
June 29, 2017, 3:27am
3
use write cell inside excel application scope . workbook write cell
not work for formulas
1 Like
JPZ
(Juan Pablo Calderon)
June 29, 2017, 2:47pm
5
Thanks it is within the excel application scope. is there any other way to replicate what the formula does with a Data table?
No, as far as I know. Datatables have different rules than Excel formulas and don’t see the formulas as formulas. Therefore, Excel needs to opened in some form in the background or visible.
It would be nice though if it you could place the formula in the datatable. =)
1 Like
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Alternatively search forums for vlookup - it’s a common question
OH yeah
For some reason I was thinking JPZ meant place the vlookup formula into the datatable.
Glad someone is on the ball!