Forum Discussion
LyndaPM
May 24, 2022Copper Contributor
Help with Formula
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
=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.