yulya
(Yulya R)
April 19, 2022, 12:45pm
1
I have a table in excel, I need to filter the table by the column Type =“RM” ,
then stretch the formula =VLOOKUP(Sheet1!C6,Sheet2!A:B,2) so that the values are filled in only for those where the type is RM.
Then remove the filter and continue working with the table to end up with such a table. Can you please tell me which functionality is better to use? using my example if possible. I’ve already tried using filter data table, but it didn’t work.
Book2.xlsx (10.3 KB)
jack.chan
(Jack Chan)
April 19, 2022, 12:51pm
2
can you try use this custom activity package
Contains commonly used Excel activities for row/column processing, and filtering. For example batch row delete, batch row highlight, convert column format to ...
for filtering use : filter column by values activity
drag formula: drag formulas in 1 or more columns activity
yulya
(Yulya R)
April 19, 2022, 6:00pm
3
What is this library called in UiPath? To install it
jack.chan
(Jack Chan)
April 20, 2022, 12:52am
4
excel activities for processing and filtering
yulya
(Yulya R)
April 20, 2022, 6:36am
6
thank you very much, but how now to clean the filter?
jack.chan
(Jack Chan)
April 20, 2022, 6:37am
7
you mean remove the filter?
jack.chan
(Jack Chan)
April 20, 2022, 6:42am
9
im sorry i didnt think of this feature, ill be sure to add it next time
for now you can call filter column by value and set filterCriteria = <> this means filter Type=not blank
this will show all the rows
jack.chan
(Jack Chan)
April 20, 2022, 7:10am
10
or try this
call invoke VBA where function name = CleanFilter
(replace the old VBAFunction.txt)
VBAFunction.txt (450 Bytes)
system
(system)
Closed
April 23, 2022, 7:11am
11
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.