Hello
I am having trouble copying data (client name that corresponds with a client number) from the first spreadsheet into a master spreadsheet in the rightful place. (the data on the first spreadsheet was scraped from a webpage)
For example: first spreadsheet:
Client #-----------Client Name
12345-------------Bill Smith
(I need the name Bill Smith to go in the proper cell on the master spreadsheet where the client number is already there)
Master Spreadsheet:
Client #-----------Client name------------Product-----------etc.
12345------------- __________----------Mop----------------lots of other data
------------=a dividing line between columns
I have about 100 names that I need to input in the correct places and they are skipped around a lot, so a mass copy/paste does not work, as there are more names on the first spreadsheet than the master spreadsheet. The way I would do it without UiPath is by copying and pasting one-by-one, so I am hoping there is a faster way to do it.
if anyone has any step-by-step guidance for me I would be so grateful, as I am under time pressure from my boss and I have no idea what to do.
I was given advice on a different post to do a rows count by using “assign” but this did not work and an error came up.
Please help!!