I want to multiply each cell values ( from D2) with 100. I have attached the excel sheet. I was trying with assign activity and Value= (Convert.ToInt32(row(“GTPC delete session (Success Ratio)”).ToString)*Convert.ToInt32(int_num.ToString)).ToString
But somehow it is not taking the name “GTPC delete session (Success Ratio)”. I have attached the excel sheet here. Can anyone help please?
Put this first into a variable =Convert.ToInt32(row(“GTPC delete session (Success Ratio)”).ToString) and this Convert.ToInt32(int_num.ToString) its better to read and from that you can easily determine the problem.
Thanks a ton
I have a new challenge now. user is using a formula in excel for all the cells. Purpose is to convert the value into real time. He is using this formula: {(C2+76060)/86400+Date(1970,1,1)}
C2 is the cell number.
How can I implement this using UiPath? Thanks in advance!
Thanks a ton
I have a new challenge now. user is using a formula in excel for all the cells. Purpose is to convert the value into real time. He is using this formula: {(C2+7 60 60)/86400+Date(1970,1,1)}
C2 is the cell number.
How can I implement this using UiPath? Thanks in advance!