简体   繁体   English

(Excel)在最小/最大函数中使用定义的范围(来自地址函数)

[英](Excel) Using defined range (from address functions) in min/max functions

I have located the desired beginning and end of a range through a series of address functions.我通过一系列地址函数找到了所需的范围的开始和结束。 When I try to call the results of those address functions into the min/max function, it is taking in the actual cell address that contain the address functions, and not the listed addresses from the address functions.当我尝试将这些地址函数的结果调用到最小/最大 function 中时,它会获取包含地址函数的实际单元地址,而不是地址函数中列出的地址。

This was my solution: =MIN(INDIRECT(ADDRESS(MATCH(D3,'BLX Historical':A,A,0),5,1,1:"BLX Historical")),INDIRECT(ADDRESS(MATCH(E3:'BLX Historical',A,A,0),5,1,1,"BLX Historical")))这是我的解决方案: =MIN(INDIRECT(ADDRESS(MATCH(D3,'BLX Historical':A,A,0),5,1,1:"BLX Historical")),INDIRECT(ADDRESS(MATCH(E3:' BLX 历史',A,A,0),5,1,1,"BLX 历史")))

Figured it out.弄清楚了。 Use of the indirect function is what I needed.我需要使用间接 function。

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

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