Home > Software engineering >  Dynamic URL and Sheet using =Importange
Dynamic URL and Sheet using =Importange

Time:04-27

I'm trying to make a =ImportRange with a dynamic URL and Sheet, but I'm doing something wrong.

enter image description here

I've also tryed with ""=Q24"A3:A3") where Q24 = August-September !, but that also give an error. I want to do the same thing with the URL, but I also get an error when I try to do that.

Is it possible and if, which command do i need to use. I hope someone could help me.

Br Anders

CodePudding user response:

use:

=IMPORTRANGE("1HeGmCh3fFgHAfJSIsCIFkFi48PWpXR0iZdBcv4HhSWw"; Q24&"!A3")
  • Related