Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is this IMPORTRANGE formula not working?

I keep getting an error while using the IMPORTRANGE formula:

=importrange(“1uUbz2HAzgwBwY3zMXqcLJM_Z8qVQZHNP0wzRaNHceTc”, “Sheet1!A:B”)

I changed the name of my sheets several times to make sure everything matches but see a:

Formula parse error

and I am not sure what I am doing wrong. The original sheet has several tabs as well.

Can you see where the error is?

like image 305
Len Avatar asked Jan 24 '26 07:01

Len


2 Answers

This worked for me:

=importrange(“1uUbz2HAzgwBwY3zMXqcLJM_Z8qVQZHNP0wzRaNHceTc”; “Sheet1!A:B”)

Maybe try it with a semicolon

like image 186
JayD is Lucid Avatar answered Jan 26 '26 17:01

JayD is Lucid


Add the link format eg =importrange("https://docs.google.com/spreadsheets/d/1uUbz2HAzgwBwY3zMXqcLJM_Z8qVQZHNP0wzRaNHceTc","Sheet1!A:B") this should fix it

like image 30
smallpepperz Avatar answered Jan 26 '26 16:01

smallpepperz