hi rthomas, i'm a little confused about this part:
b8:b63 contain drivers names, i need to look for the name in column B8:63, match it with the name in column AM9:64
they dont start & end at the same row?
try:
=INDEX($AN$9:$AP$64,MATCH(A8,$AM$9:$AM$64,0),MATCH($B$2,$AN$8:$EQ$8,0))
if there will be instances no match are found & you want to show a blank, then use ISNA:
=IF(ISNA(INDEX($AN$9:$AP$64,MATCH(A8,$AM$9:$AM$64,0),MATCH($B$2,$AN$8:$EQ$8,0))),"",INDEX($AN$9:$AP$64,MATCH(A8,$AM$9:$AM$64,0),MATCH($B$2,$AN$8:$EQ$8,0)))
if it doesnt work, uploading a sample Excel file will enable us to help you better. to upload, press "Go Advanced" beside the "Post Quick Reply" button & click on the paperclip icon
Bookmarks