This solution is as per location test T7 where the first collector is given (although two are listed on the Herb_1 sheet), and will only partially help as per T10.
Since Herb_1 lists the species in column B and collector in column C paste the following formula in K2 and double click the fill handle:
Formula:
=IFERROR(IF(MATCH($C2,HERB_1!$B:$B,0),INDEX(HERB_1!C:C,MATCH($C2,HERB_1!B:B,0),),""),0)
Since Herb_2 through Herb_5 list the species in column A and collector in column B, paste the following formula in L2, copy across to O2 then double click the fill handle to copy down:
Formula:
=IFERROR(IF(MATCH($C2,INDIRECT(L$1&"!$A:$A"),0),INDEX(INDIRECT(L$1&"!B:B"),MATCH($C2,INDIRECT(L$1&"!$A:$A"),0)),""),0)
Let me know if you have any questions.
Bookmarks