Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save glureau/833d83099cb74efc937f9afddba2cca4 to your computer and use it in GitHub Desktop.
Save glureau/833d83099cb74efc937f9afddba2cca4 to your computer and use it in GitHub Desktop.
@thdoan
Copy link

thdoan commented Feb 6, 2023

Were you planning to use urls array for something? If not, you can remove it :).

@Marc-Girondot
Copy link

I cannot use the result of this function as a parameter of IMPORTRANGE. It works in two steps:
For example in the cell E25 I have a link.
With =linkURL(E25), I get the link, for example in E26 and then with
=IMPORTRANGE(E26; ADDRESS(72;1))
I get the correct result.
But with
=IMPORTRANGE(linkURL(E25); ADDRESS(72;1))
I get
#ERROR !
Any idea why ?
Thanks
Marc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment