Hi ,
@ClaytonM , @HareeshMR
I want to update excel column based on condition , i tried switch activity it is throwing error.
If(row(0) <= 3000,1,If(row(0) > 3000 And row(0) < 5000,2,If(row(0) > 5000 And row(0) <= 8000,3,If(row(0) > 8000 And row(0)<=10000,4,If(row(0) >10000,5)))))
Please find the excel screenshot which i want to update based on condition:
Can you please correct where i am doing wrong or best way to update this excel.
Thanks