What I need to know is; How to find the address of the value returned by the MIN function?
W Walt Mar 7, 2005 #1 What I need to know is; How to find the address of the value returned by the MIN function?
P PeterAtherton Mar 7, 2005 #2 Assuming that the data is in column c check column is B. =Address(min(if(b1=B6:b29,row(B6:b29),3))) entered as an array formula(Ctrl+Shift+Enter). Regards Peter
Assuming that the data is in column c check column is B. =Address(min(if(b1=B6:b29,row(B6:b29),3))) entered as an array formula(Ctrl+Shift+Enter). Regards Peter
P Peo Sjoblom Mar 7, 2005 #3 Or =CELL("address",INDEX(B6:B26,MATCH(MIN(B6:B29),B6:B26,0))) it is not volatile and can be entered normally
Or =CELL("address",INDEX(B6:B26,MATCH(MIN(B6:B29),B6:B26,0))) it is not volatile and can be entered normally
W Walt Mar 7, 2005 #4 Thanks! This solved the problem. Peo Sjoblom said: Or =CELL("address",INDEX(B6:B26,MATCH(MIN(B6:B29),B6:B26,0))) it is not volatile and can be entered normally -- Regards, Peo Sjoblom Click to expand...
Thanks! This solved the problem. Peo Sjoblom said: Or =CELL("address",INDEX(B6:B26,MATCH(MIN(B6:B29),B6:B26,0))) it is not volatile and can be entered normally -- Regards, Peo Sjoblom Click to expand...