Column multiplication

hi
i’ve extected the data from web and saved in the excel …
now i need to multiply the column from (A1:A23)with this NUMBER 2.151
how can we give this in the uipath

1 Like

Excel Input is
:
image

image

use Read Range activity to get all Value from Excel

image

Use For Each Row

then assign value with multiply value

image

then
use Write cell to get an output

image

Excel Output:

image

1 Like

getting this error

Change the type of value to system.double

changed it now the error in the write cell activity…as indexvalue in the assign is not declared

Change value variable type to System.double

changed it and getting the error in the writecell activity as indexvalue is not declared

Declare Indexvalue in property of For Each Row Activity

let me know if any doubt

make indexvariable type to integer not double

now it is object reference not set to an instance of the object

sfgdfgh.xaml (6.3 KB)
use this workflow
Hope it work fine

IT’S THE SAME Main.xaml (6.7 KB)
STILL GETTING THE ERROR

image

Remove “B” it will be empty like this

image

image

remove 3 from C3

Like this

image

IT ACTUALLY HAS TWO ROW AND I NEED TO MULTIPLY THE SECOND ROW AND NEED TO ADD THAT DATA INTO ANOTHER XCEL FROM THAT ROW THAT’S REASON

image

are you trying this?

let me know if not clear and still having problem

yes tried now still this error is occuring