You will have to use a lookUp. Assuming Table1 is the Excel Table with ID and ProductName as columns.
If the user Input ID into Textbox1, then in Default of TextBox2, put:
LookUp(Table1, ID=Value(Textbox1.Text),ProductName )
Or
LookUp(Table1, ID=Textbox1.Text,ProductName )
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.