简体   繁体   中英

(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.

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")))

Figured it out. Use of the indirect function is what I needed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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