I have a string that i want to compare to with each row in column J in that excel and see how many matches are returned. if there is a match i want to record the data from column K & L from that row.
If the string i have is contained in the value in row J, that will suffice.
If you use “Filter Data Table” Action, you will get out a second DataTable with the same structure. If you count the rows of the new Datatable you will have the information on how many matches.
Then taking the columns or going For Each Row, you get the other informations