Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9786

What's the workaround to copy the link for a cell when using IMPORTRANGE?

$
0
0

I want to know what the correct way is to use IMPORTRANGE while it also gets the correct link for another spreadsheet. What ends up happening is that the link directs to the current file instead of the intended file. Maybe this description is quite vague, so here is a sample repro:

  1. File X has two sheets a and b, and b!A1 is set to =a!A1.
  2. File Y has a sheet c, and c!A1 is set to =IMPORTRANGE(<X>, "b!A1").

The expected output is c!A1 should have a hyperlink to b!A1 in X, but the actual output is that Y tries to find for b!A1 which might be a false positive, or it ends up raising an Invalid range exception.


Is there a way to do this, either the correct way or at least a workaround?


Viewing all articles
Browse latest Browse all 9786

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>