How about using Conditional Formatting?
Let's say that data is in column A-C and in rows 2-100.
You could have a cell, let's say E1 where you enter in the temperature you want to look for.
Then if you highlight rows 2-100, and go to Conditional Formatting, select the Formula option and enter the following formula:
=$E$1=$C2
Then select your formatting option (i.e. yellow highlight).
Now whenever you enter your desired temperature in E1, it will highlight all rows matching that temperature yellow.
If you do not want to highlight the rows, but rather just display the matching rows, you could use Filters instead.