One by one yes you can do it via PAD if the website does not support all at once.
This is a rough overview of what you could do.
Assuming your Excel has two columns - Ticket Id | Results
- Launch Excel worksheet
- Read from Excel. This will give a datable with two columns
- For each loop on the Datatable
- Pick up the Ticket Id from the Datatable
- Go to the url
- Write the Ticket Id in the text box and hit submit or Search.
- Read the value of "No results found" and write it to Results column of Datatable.
Do the same if results are found depending on how you identify when the page shows any results.
- End For Each loop
- Write the Datatable to Excel worksheet
- Save and Close Excel