Help with Formula

Copper Contributor

I need a formula for if sheet 2 column d2:d75 matches sheet1 B3, and sheet 2 G2:G75 matches sheet 1 a3, then add corresponding from sheet 2 column k2:k75

5 Replies

@LyndaPM 

 

=INDEX('Sheet 2'!$K$2:$K$75, MATCH(1, ('Sheet 2'!$D$2:$D$75=B3)*('Sheet 2'!$G$2:$G$75=A3), 0))

 

Replace Sheet 2 with the actual name of that sheet.

It only adds till it finds the person's name which would be the column a and then stops with that person

@LyndaPM 

Sorry, I don't understand. Can you explain in more detail, preferably with an example?

Please look at the attached spreadsheet.  It stops looking for the lead once it finds them once

@LyndaPM 

I see what you mean, but I cannot help you with that.