Forum Discussion
ILarouche
Mar 18, 2022Copper Contributor
Je recherche une formule ayant des paramètres verticaux et horizontaux
[ Spoiler ]
- Mar 19, 2022
=INDEX($C$17:$I$23,MATCH(B5,$B$17:$B$23,0),MATCH($C5&$D5,$C$15:$I$15&$C$16:$I$16,0))Sorry i didn't realise that there are texts in range C17:I23. This formula seems to work in my sheet. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021.
ILarouche
Mar 19, 2022Copper Contributor
OliverScheurich Thanks! Do you know how do the formula when the reference zone is "text" (not number)?
OliverScheurich
Mar 19, 2022Gold Contributor
=INDEX($C$17:$I$23,MATCH(B5,$B$17:$B$23,0),MATCH($C5&$D5,$C$15:$I$15&$C$16:$I$16,0))Sorry i didn't realise that there are texts in range C17:I23. This formula seems to work in my sheet. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021.
- ILaroucheMar 19, 2022Copper ContributorThanks you!!! You resolve my problem!!