You can try the below steps,
→ Take the Excel Process scope activity, inside of it insert the Use excel file activity and give the path of the file.
→ Inside Use excel file insert the for each excel row activity.
→ Inside for each activity insert the Else If activity and give the conditions,
→ In First else if give the condition as below,
Cint(CurrentRow(5).toString)>2 or Cint(CurrentRow(5).toString)<(-2)
→ Inside then block insert the write cell to write the Over gap in Column H.
→ In Second else if give the condition as below,
Cint(CurrentRow(5).toString)>=(-2) and Cint(CurrentRow(5).toString)<=2
→ Inside then block insert the write cell to write the Released in Column H.
we are using for each excel row activity if the rows will change no problem will occur based on condition it will write the text in Column H. I have given the workflow dynamically… @yangyq10