Hello I am new here and I am in need of some help. I have a workbook with columns K, L, M, N and O that represent sheets in the workbook. What I want to do is check each sheet to see if there is a match to each species in column C like I have with the Xs in the image. However, what I would like to be able to do is instead of an X I would like excel to reference the contents of the neighbor of matched cell from the other sheets (ie if A2 was a match I would like B2 to be printed instead of an X; also ideally if possible if A2, A5, ..., An were a match have a printout that would be the values of B2, B5, ..., Bn all in place of the x). Would any of you know if this is possible? Currently the formula I am using is as follows: =IFERROR(IF(AND(MATCH($C2,$C:$C,0),MATCH($C2,HERB_1!$B:$B,0)),"x",),"")
I greatly appreciate any help with this!
Bookmarks