Forum Discussion

LyndaPM's avatar
LyndaPM
Copper Contributor
May 24, 2022

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

  • 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.

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

Resources