In ARRAY_LITERAL, an Array Literal was missing values for one or more rows - indirect formula error in google spreadsheet

大城市里の小女人 提交于 2020-07-08 21:30:51

问题


Hy Guys, i'm triyng to merge two different Tab of the same Google SpreadSheet.

I'm using this formula in the first cell

={indirect(dynamicRange1);indirect(dynamicRange2)}

where dynamicRange 1 and 2 are:

  • FirstSheet!2:2606
  • SecondSheet!2:6598

But shomething does not work fine.

"In ARRAY_LITERAL, an Array Literal was missing values for one or more rows"

If i use just one dynamicRance everything works fine, both something goes wrong.


回答1:


Number of columns in both sheets must be the same:

Try

={Sheet1!A2:D10;Sheet2!A2:D10}


来源:https://stackoverflow.com/questions/49678262/in-array-literal-an-array-literal-was-missing-values-for-one-or-more-rows-ind

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!