Please note, currently Q&A forum support language is English, to better help other forum uses who encounter similar issue and read this thread, could you please translate your post in English? Thanks for your understanding.
According to your description, I created a sample like yours.
I used the following array formula =MAX((V1:V21=MAX(V1:V21))*ROW(V1:V21)) to get the row number of max value. The result of my sample is 11.
Then I use the following array formula to get the value that matches the condition and from continuously growing data area. please do not forget to press Ctrl+Shift+Enter.
=MAX(IF(V$1:INDIRECT("V$"&MAX((V1:V21=MAX(V1:V21))*ROW(V1:V21)))<35,V$1:INDIRECT("V$"&MAX((V1:V21=MAX(V1:V21))*ROW(V1:V21)))))
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
