Hi,
Here is my Index and Match formula.
=Index($A$1:$q$997,match(R2,A:A,0)+1,match(R3,ADDRESS(MATCH(R2,A:A,0)+1,9,1)& ":" & ADDRESS(MATCH(R2,A:A,0)+1,17,1),0))
Here is my question.
For this part of the formula,inside 2nd Match statement. After calculation it will look like this, Match(R3,$I$8:$q$8,0), but "$I$8:$q$8" will be text format not data format. How can I convert it to data format?
Thank you very much for your help!
Here is my Index and Match formula.
=Index($A$1:$q$997,match(R2,A:A,0)+1,match(R3,ADDRESS(MATCH(R2,A:A,0)+1,9,1)& ":" & ADDRESS(MATCH(R2,A:A,0)+1,17,1),0))
Here is my question.
For this part of the formula,inside 2nd Match statement. After calculation it will look like this, Match(R3,$I$8:$q$8,0), but "$I$8:$q$8" will be text format not data format. How can I convert it to data format?
Thank you very much for your help!