UiPath Tutorial | Accurate VLookup in UiPath (2020) | Uipath Excel Automation | Uipath ExpoHub

UiPath Tutorial | Accurate VLookup in UiPath (2020) | Uipath Excel Automation | Uipath ExpoHub

Automate with Rakesh

5 лет назад

34,365 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@md.saifulkhaleque9518
@md.saifulkhaleque9518 - 26.06.2020 15:23

You have covered a very commonly needed topic and explained in easy way...thank you!

Ответить
@md.saifulkhaleque9518
@md.saifulkhaleque9518 - 27.06.2020 19:20

Dear, I need a help on how to perform "Right Click" menu click operation in UiPath...on a system screen user list is there. I want to right click anywhere on the list and subsequently a menu will occur. From that menu I would like to click "Save All"... how to do that? Please advice...

Ответить
@neelimakosri6477
@neelimakosri6477 - 29.06.2020 03:56

Hey Rakesh, while doing this exercise I am getting the below error.
Lookup Data Table: Column 'Item' does not belong to table DataTable.
I am using look up value as - row("Item").tostring
Column name is "Item" in the excel sheet which I am using as a sample. There are no spaces as well . Not sure what could be the reason. Can you please advise.

Ответить
@muhamadnurarifin9880
@muhamadnurarifin9880 - 09.07.2020 15:48

how to make a write range after the first activity is finished using for each. thanks

Ответить
@9912449996
@9912449996 - 22.07.2020 12:34

Informative Video..Thanks.

Ответить
@phalgunvempati
@phalgunvempati - 23.07.2020 23:51

if the range is Dynamic, then how we can manage to select, Please explain bro?

Ответить
@Chennai...
@Chennai... - 23.08.2020 14:33

I don't understand what is explained here..Subject says Vlookup..But what is explained is 'lookup datatable'. UI path has something specifically 'VlookUp' to compare directly in excel spreadsheets..

Ответить
@jayaseelans370
@jayaseelans370 - 23.08.2020 21:06

In the write cell range, you can use an alternate method. Create a variable as count and set value as 2. inside loop create assign activity (count = count +1). In the write cell range "D"+count.tostring.

Ответить
@tomabrahams2590
@tomabrahams2590 - 07.09.2020 21:59

Very useful video. Thank you.

Ответить
@annstoppable12
@annstoppable12 - 09.09.2020 10:20

Do you have any suggestion on how to know the range of the DataTable, like the last cell ? For example, the table has thousands of rows and columns, it will may take forever to read if the range is set to " " only. So is there a way to know the last cell? Thank you.

Ответить
@sivanithrankr9076
@sivanithrankr9076 - 21.11.2020 17:51

Hi Rakesh,
First of all I am thanking you for your all Videos Useful for me and others too. Taking Learning Experience through you Videos...

Reg : RPA UiPath / Excel Activity /Lookup Function

I am having
1 Master XL Sheet
4 child XL sheet

Each Sheet Having 2 headers *SerialNumber(Column A) and *Status (Column C)

Target is:
At a time Need to update the master sheet based on the SerialNumber from 4 child Sheet *Status.

Current Status is :
After the studio Design , if I ran a single single Child Sheet na it's updating perfectly.
But
When I am using the whole child Sheet to update in master sheet it's only printing the SINGLE child Sheet *Status.

What it's doing na,, it's is removing the *status Of initially ran child Sheet Status....

Design for single Child sheet,
1 read Range of Master sheet ,
2 Read Range of Child Sheet,
3 For Each Row,
3.1 lookup Function
3.2 write Cell Activity.
Given Condition is
->> "C"+(DT1.Rows.indexof(row)+2).ToString<<-

Design for Whole Child sheet is Repeting the same design one by one in sequence ..

Finally it's show's single Child sheet status only......

It's updating a single Child Sheet only.

Please suggest me what I need to do...

Ответить
@adarshsurendran4347
@adarshsurendran4347 - 24.11.2020 08:46

Hi.. Can't we achieve the same using the join activity... and is using the join activity for this purpose better?

Ответить
@manisasarangi3141
@manisasarangi3141 - 04.12.2020 20:51

Thanks for knowledge very nice ,I want to know if I want vlookup for two columns how to do it

Ответить
@douglasflores70
@douglasflores70 - 11.12.2020 04:02

I had a issue, when i have 2 different "Customer ID" they duplicate the first row and don't insert the correct value.

Ответить
@neelamkode229
@neelamkode229 - 12.12.2020 19:17

Hi..very nice and informative video..thank u so much. I have one question. if we don't have a primary key present in DT2 for eg I have a sample excel workbook where there are 2 sheets: customers and phone. I want to copy the phone numbers from phone worksheet to customers worksheet. The primary key is customer id. When I ran this workflow a particular customer id was not present in the phone worksheet the phone number field in customer worksheet remains blank. But if we want to fill that field with message like "customer id not present in phone worksheet" can we use try catch. If yes when should we use it.Thanks again

Ответить
@nikilkumar5031
@nikilkumar5031 - 07.01.2021 18:48

Hi, your videos are clear to understand. I have one exercise, in an excel workbook i have dynamically varying sheets names and i need to read all the sheets in that work book also i have to read a particular column in the sheets which is having a unique color filled cell in that column (ex. Red), i need to get that cell value and search it in a pdf document having the same value on it. If i could identify the value in the pdf then i need to highlight the value in that pdf otherwise the tool should write it in a excel workbook that value is not available in the pdf for that cell value. Kindly help me to done that exercise.

Ответить
@manjeshjk
@manjeshjk - 12.01.2021 09:20

Hi ..In the same example how can we extract multiple columns. Your feedback would be highly appreciated.

Ответить
@cooljills83
@cooljills83 - 09.02.2021 17:11

Very nice video, clearly explained, made my day, thank you so much

Ответить
@dsingh9204
@dsingh9204 - 05.03.2021 23:37

This perfectly captures both the functionality in excel (for those that need a refresher) and how to accurately complete it in UiPath. Fantastic job!!

Ответить
@edwintan5523
@edwintan5523 - 11.03.2021 11:03

Hi, i could run the flow however it is taking too long (100 cells for 1 hour) to lookup and transfer the data. Is it because of too many rows/cell to transfer or something else? i sheets has over 2000 rows, meaning to transfer 1 column data there will be over 2000 cells. Any way to speed up the process? Thanks

Ответить
@jagirapuvishwateja6258
@jagirapuvishwateja6258 - 27.03.2021 10:17

how to use vlookup for multiple columns.colud you give me the answer.

Ответить
@shaikhmohammadzulqarnain3352
@shaikhmohammadzulqarnain3352 - 31.03.2021 21:35

sir what I do for multiple columns target in lookup data table activity

Ответить
@rociousero4567
@rociousero4567 - 15.04.2021 18:38

muy buen video, lo explicas genial. Thank you!!

Ответить
@yuvish00
@yuvish00 - 20.04.2021 21:17

Suppose my Customer ID column in one of the excel is unordered. Will it still work?

Ответить
@krishanbandara198
@krishanbandara198 - 17.05.2021 11:09

Hi , Thank you so much for the sharing the video with us. Also can you teach , how to copy the extracted value inside the table rather than copying to excel column,

Ответить
@vsnikhitanaidu4714
@vsnikhitanaidu4714 - 19.05.2021 23:26

This video was a life saver for me, thank for such thorough explanation

Ответить
@mageshwaran4683
@mageshwaran4683 - 01.06.2021 11:49

Bro I did the same workflow but I am getting " column does not belong to the data table " error.

Ответить
@sundaramkadambavana2364
@sundaramkadambavana2364 - 19.06.2021 10:00

What is the version of Sutdiox used in this tutorial?

Ответить
@alonsochaves4230
@alonsochaves4230 - 10.07.2021 03:22

Is there another way to do lookups? I have large data and it takes a lot of time executing

Ответить
@parthmodi5112
@parthmodi5112 - 15.07.2021 23:25

You are indeed a life saver mate! Thanks alot!

Ответить
@naveenkumars9079
@naveenkumars9079 - 24.07.2021 12:51

Is possible to filter data in excel and vlookup for filtred data which are visible

Ответить
@bivabbaliyarsingh5747
@bivabbaliyarsingh5747 - 11.08.2021 12:57

Thanks for the video. It really helped me a lot.🙌🙌

Ответить
@payalatre8491
@payalatre8491 - 14.09.2021 21:07

Hi sir, I have followed you but it is taking too much time while running please tell me how can I reduce this time ? Please help me

Ответить
@ravuri999
@ravuri999 - 30.09.2021 16:31

Thanks for the clear explanation through out the video, I liked your brief description below every video and it was very helpful for me & also all.

Ответить
@soundharrajan356
@soundharrajan356 - 26.10.2021 20:35

Hi r u providing online course

Ответить
@alfredpereira9152
@alfredpereira9152 - 06.12.2021 08:57

Hi Rakesh it would be good if you include the excels in the discriptions

Ответить
@scktch8933
@scktch8933 - 12.12.2021 19:13

Really your explanation is excellent and easy, I benefited a lot
I have a question. I have two excel files as in the example, but they have five thousand rows, so vlookup it took a lot of time to execute, more than an hour. Is there a way to do the same function while reducing the execution time?

Ответить
@tanishathasaratharajah4792
@tanishathasaratharajah4792 - 19.12.2021 16:24

Hi i tried this but im getting entry key already exist error at the Write Cell step. Pls help

Ответить
@jaffersadiq7320
@jaffersadiq7320 - 21.02.2022 17:56

Hi bro,
Thanks for the video.
I having an issue while doing this activity, am not getting actual values, insted am getting sequence of the values from excel1.

Ответить
@iliasapostolopoulos2733
@iliasapostolopoulos2733 - 26.08.2022 11:09

Great video !!thanks for help

Ответить
@flame10003
@flame10003 - 15.11.2022 14:48

Helpful! Thank you 💗

Ответить
@mokindbhosle1909
@mokindbhosle1909 - 06.12.2022 15:11

Thank you so much for wonderful and informative video....👍👍😊😊

Ответить
@saahilshaikh7445
@saahilshaikh7445 - 23.02.2023 15:25

what to do if data is null?

Ответить
@shaikhfaisal6849
@shaikhfaisal6849 - 07.06.2023 16:44

Hello Sir i get this error
("Lookup Data Table: In the 'Target Column category' the value for argument 'Column Name' is not set or is invalid.")
please help me to resolve this

Ответить
@mscoder9902
@mscoder9902 - 14.06.2023 15:20

Thank you, can we use something else and then write a cell because it takes a lot of time.

Ответить
@sakshampratapsingh1955
@sakshampratapsingh1955 - 03.09.2023 22:40

Done😄

Ответить
@tahatyassineayari8555
@tahatyassineayari8555 - 13.02.2024 17:25

Great video! thank you!

Ответить
@oceanraina4472
@oceanraina4472 - 30.09.2024 18:13

Your videos help me alot i have a question that as we do vlookup i want to do xlookup, can you explain how should i do that .

Ответить
@ashwinimagar1449
@ashwinimagar1449 - 06.04.2021 10:17

Thank you so much for wonderful video, it's very helpful to get understanding of Excel module in detail in UiPath.

Ответить