Read, data scraping, multiply write

Hello everyone!

I am a beginner with UiPath and have some small projects I found online.
Which I am trying to learn as I am working on these projects.

Okay so the first activity is Read Range, then I have Data scraping, and then I want to check if the value from data scraping is the same as in the Excel file by using the specific column if it is to write in that same Excel file in another column, after he input that value then to multiply that with another column.
And I am doing this in classic.

I hope I didn’t make it too complicated, thanks in advance!

Regards,
Mare.

Looks correct! Are you stuck somewhere in this?

Yes :smiley: I would like to calculate(Multiply) the value from the Data Scraping and the value from the Excel column, and then write it next column.

I hope I explained it well.

Thank,
Mare.

Hi @Mare

You can use Assign to multiply like this for that we need use the following method. In this case i have used int variable called MultiplyValue

CInt(StrRawData) * CInt(StrWebSiteData)

Later you can use the write cell activity like you use already

Hope this helps :slight_smile:

Thank you! its working @AJ_Ask

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.