I have a sheet in a workbook with a lot of data.
If there is an "x" in column B, I want to pull certain data from the row with an x. I tried copying the formula from another site, but it is not quite returning the correct data. The formula I have is below. Any help is much appreciated!!
=IFERROR(INDEX(Affiliations!C$2:C$3000,SMALL(IF(Affiliations!$B$2:$B$3000=$A$2,ROW(Affiliations!C$2:C$3000)-ROW(Affiliations!C$2)+1),ROWS(Affiliations!C$2:Affiliations!C2))),"")
Thank you!!
If there is an "x" in column B, I want to pull certain data from the row with an x. I tried copying the formula from another site, but it is not quite returning the correct data. The formula I have is below. Any help is much appreciated!!
=IFERROR(INDEX(Affiliations!C$2:C$3000,SMALL(IF(Affiliations!$B$2:$B$3000=$A$2,ROW(Affiliations!C$2:C$3000)-ROW(Affiliations!C$2)+1),ROWS(Affiliations!C$2:Affiliations!C2))),"")
Thank you!!