I need to get the values of cells, my excel like as below:
If A3 contains value 1, B3 contains 0 so then i need to get the value of A2 and assign to variables (StartDate & EndDate)
Like this E3,F3 and G3 contains value 1, so i need to get the value E2 and assign to the variable (StartDate) and get the value of G2 and assign to the variable (EndDate).