What I need to do, is to check the value of the current cell and if it’s empty, copy the value from the previous row to the current one, I have tried to do this using a for each row in excel file and an assign activity but it did not seems to work.
Does anyone have a better idea on how I should approach this situation? autofill is not an option since I will have cells with numeric values and the autofill will increment those values.
Thank you for your time and wish you all the best.
so something like retrieve the current index, do a currentrow(index) if empty, assign currentrow(index-1) to a variable and write that variable into the current cell?