Hi,
I have a requirement where I have to iterate in excel more times than actual rows are present. DtQuery.xlsx (9.8 KB) . So, Normally if we iterate through excel, it will iterate exactly the number of rows which are present. but as I have to iterate dynamically it will be more than the number of rows present. It’s count will be sum of L and M columns in attached excel. I have taken the count of both the columns and added them. But not getting any idea how to use that for iteration. Please help. Thanks!