I am trying to use an index match formula but the match function will only match one column and I need it to look through 60 columns and if it finds a match return the row number and I should be able to get the index function to work.
This is the formula, the "Entry Detail" is the sheet name and looks only in column T:T, but I want it to look in column U:U and so on.
=INDEX('Entry Detail'!$CG$2:$CG$11,MATCH(B5,'Entry Detail'!T:T,0))
Thanks,
Sorry I meant across multiple columns not rows
This is the formula, the "Entry Detail" is the sheet name and looks only in column T:T, but I want it to look in column U:U and so on.
=INDEX('Entry Detail'!$CG$2:$CG$11,MATCH(B5,'Entry Detail'!T:T,0))
Thanks,
Sorry I meant across multiple columns not rows