Welcome. I have this formula that I want to convert into code. VBA It is executed starting from cell C6 along the column, and when there is no value in column A, the cell remains empty. Thank you in advance
=INDEX($B$2:$D$6, MATCH(A10,$A$2:$A$6,0), MATCH(B10, $B$1:$D$1, 0))
=INDEX($B$2:$D$6, MATCH(A10,$A$2:$A$6,0), MATCH(B10, $B$1:$D$1, 0))