I have an excel sheet whose one column has values 100,200,300,400,500. I also have a variable whose value is 800, I need to do hit and trial method to sum up the values of columns of excel sheet to make it 800.
Ex: 100+300+400 = 800.
How can i do it using uipath?