I have a case, I have read row in excel then query in webpage and if it exist will update it
otherwise I have to display message ’ The row doesn’t exist’…
I have complete the reading from excel and query, how can I check if the record is there or not… thanks in advanced and your help will be appreciated…
There is an empty row between “Handset Installment” and “Nokia”. Maybe you can search the index of this empty row and then the following row is your search row for data 1 and 3.
You can try something like
But how get 2 ? Should I take 12 in first iterate with Nokia, second iterate should get 14 with Nokia, third will be 24 with Nokia,I tried with ( contract = row(Counter).ToString) , then increment counter…
This is right? I’m not sure I’m not comfortable with this way…
can you help
If I have understood you well, you have to get the columns values for the Contract Duration (Months) column so you can do it as you commented, using the column index or you can access directly the cell usign the read cell activity. ReadExcel_92554.xaml (12.5 KB)