May 26 2021 08:27 AM - edited May 26 2021 08:29 AM
Hi,
I'm on Windows 10 and Office 365.
I believe I'm making a formatting error when trying to continue a formula down a list. The current formula I'm using is " =INDEX(M5:O5,MATCH(A4,L5:L2965,0),MATCH(A4,Q4:Q2694,0),MATCH(MAX(R4:T4),R4:T4,0)) ".
I'm trying to get find the max result from colum R S T for each row, this will then match with a product ID from M N O and this is the figure I'm wanting in my cell. I have the first value correct but whenever I try and extend the formula down the list i get "#REF!".
Any help is greatly appreciated.
May 26 2021 08:54 AM
It might help if you attached a sample workbook
May 26 2021 09:04 AM
May 26 2021 12:14 PM
SolutionThanks. Try this formula in :
=INDEX($M$4:$O$2964,MATCH(A3,$L$4:$L$2964,0),MATCH(MAX(INDEX($R$4:$T$2964,MATCH(A3,$Q$4:$Q$2694,0),)),INDEX($R$4:$T$2964,MATCH(A3,$Q$4:$Q$2694,0),),0))
Fill down.
May 26 2021 12:56 PM
May 26 2021 01:28 PM
Sorry, that's due to a typo. It should be
=INDEX($M$4:$O$2964,MATCH(A3,$L$4:$L$2964,0),MATCH(MAX(INDEX($R$4:$T$2964,MATCH(A3,$Q$4:$Q$2964,0),)),INDEX($R$4:$T$2964,MATCH(A3,$Q$4:$Q$2964,0),),0))