If you want to do this for multiple rows of data, you can go for a For Each Row activity, iterate through the data table and fetch the sold to information through the data row that is returned with each iteration like row("Sold to").ToString.Trim.
You can use the lookup to search for the customer email address from the address book.
How structured is your Excel? Could you share a screenshot so I could give you a proper solution?