Good afternoon all, thank you in advance for taking the time to assist.
I am currently working on a formula to do the following:
*See if cell B2 of current sheet matches any cell in column B of another sheet, 'Scores'.
*If matched, return the cell value in column 4 of other sheet, 'Scores' to active sheet where I am putting and dragging down formula.
Here is what I have for a fomula, my problem is that the 4 at the end of the fomula returns column 4 of active sheet and not 'Scores'. I have tried Scores!4 as a stab in the dark but this does not seem to work. Any help appreciated!
=IF(ISERROR(MATCH(B2,Scores!B:B)),"",INDIRECT(ADDRESS(MATCH(B2,Scores!B:B,0),4)))
Regards,
SD
I am currently working on a formula to do the following:
*See if cell B2 of current sheet matches any cell in column B of another sheet, 'Scores'.
*If matched, return the cell value in column 4 of other sheet, 'Scores' to active sheet where I am putting and dragging down formula.
Here is what I have for a fomula, my problem is that the 4 at the end of the fomula returns column 4 of active sheet and not 'Scores'. I have tried Scores!4 as a stab in the dark but this does not seem to work. Any help appreciated!
=IF(ISERROR(MATCH(B2,Scores!B:B)),"",INDIRECT(ADDRESS(MATCH(B2,Scores!B:B,0),4)))
Regards,
SD