I'm importing a table of crypto currency prices from a website, using =IMPORTHTML() function. So I can pull prices from this sheet into other sheets. For example: If I want to display the current price of BTC, I refer to the cell in the sheet that imports prices from the finance website, as "Sheet1!B2" etc...
But the pricing list I'm importing changes constantly, the order of the rows can change day to day. Today's BTC (cell B2) might be tomorrow's ETH.
I want to select the cell I'm looking for precisely in my functions. How can I say "select the price of the row that contains 'BTC' in its first cell"?