I realize that this is a repeat of other posts that are out there but I have tried for hours to tweak the formula suggested in the other posts to fit my needs and still can't quite get there. I have a name in cell C3 (Sheet2) and I want to return all the values in column A of Sheet 1 where there is a match in column B of Sheet 1 to the name in Sheet2 cell C3. I want the resulting matches to appear in Sheet2 B13:B50 (this would eventually be an expanding range). The formula I have used is:
{=INDEX('Contact Log'!$A$2:$B$999,SMALL(IF('Contact Log'!$B$2:$B$99=$C$3,'Contact Log'!$A$2:$A$999),ROW('Client Summary'!$B$13:B13)),-1)}
When I get this to work I will add in the IF(ISERROR portion to return blanks if there are no more results, but I just know I need to get the base formula to work first. Can anyone help with this?
{=INDEX('Contact Log'!$A$2:$B$999,SMALL(IF('Contact Log'!$B$2:$B$99=$C$3,'Contact Log'!$A$2:$A$999),ROW('Client Summary'!$B$13:B13)),-1)}
When I get this to work I will add in the IF(ISERROR portion to return blanks if there are no more results, but I just know I need to get the base formula to work first. Can anyone help with this?