简体   繁体   English

命名范围的间接公式

[英]Indirect formula for named range

I have a named ranged called Mgt1October2014 which I am looking to SUM. 我有一个名为Mgt1October2014的命名范围,我正在寻求SUM。

Each of these elements are in three separate cells 这些元素均位于三个单独的单元格中

  • A1: Mgt1 A1: Mgt1
  • A2: October A2: October
  • A3: 2014 A3: 2014

I'm trying to use this indirect formula, but it is returning ref. 我正在尝试使用此间接公式,但它正在返回ref。

=SUM(INDIRECT(A1&A2&A3))

Sure it's a simple one, but I can't work out what it should be! 当然,这很简单,但是我不知道应该怎么做!

That will work if Mgt1October2014 is a fixed range - is it a dynamic range? 如果Mgt1October2014是固定范围,那将起作用-它是动态范围吗? You can't use INDIRECT with a dynamic named range 您不能将INDIRECT与动态命名范围一起使用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM