Marfa,
Try out this:
Search "GetRowWithCellText" method in QTP help file.
Try out this:
Code:
getRow = Browser("YourBrowserName").Page("YourPageName").WebTable("TableName").GetRowWithCellText("E",2) // you can replace E and 2 with any string and number respectively
Search "GetRowWithCellText" method in QTP help file.