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
Excel Input is
:
use Read Range activity to get all Value from Excel
Use For Each Row
then assign value with multiply value
then
use Write cell to get an output
Excel Output:
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
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
Remove “B” it will be empty like this
remove 3 from C3
Like this
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
are you trying this?
let me know if not clear and still having problem