i am trying to return a value in a table that matches the same column and row titles. i am assuming the easiest way is to use the index match function. does anyone see anything with my formula?
=IFERROR(INDEX(pur!$H$7:$V$1734,MATCH(combined!$C7,pur!$C$7:$C$1734,0),MATCH(combined!$H4,pur!$H$4:$U$4,0)),"")
green is the area where all the data is on the other sheet, orange is the column on the left i am trying to match, and blue is the row title i am trying to match. thoughts? thanks.
=IFERROR(INDEX(pur!$H$7:$V$1734,MATCH(combined!$C7,pur!$C$7:$C$1734,0),MATCH(combined!$H4,pur!$H$4:$U$4,0)),"")
green is the area where all the data is on the other sheet, orange is the column on the left i am trying to match, and blue is the row title i am trying to match. thoughts? thanks.
Last edited: