Hi @Aguirre ,
Lookup datatable provides the result for first occurance of your search and it will not provide the entire result of search. For your requirement you have to go for filter data table and use your search key on the specified column to get the result and you could store the result in another datatable and store this data to another sheet with write range activity.thanks.