For example I have a sheet and there is a col with cell-like A2 and A2 has a hyperlink. A2 value is 'Apple' and the hyperlink is 'stackexchange.com'.
When I am trying to use importrange formula with A2 cell, the cell value+hyperlink, both imported.
How do I import the cell value only which is 'Apple'?
=IMPORTRANGE("url", "sheet1!A2:A")