Forum Discussion

Jillian Secrest's avatar
Jillian Secrest
Copper Contributor
Jan 16, 2019
Solved

Formula HELP!!

I need help. I am ultimately trying to index data on a separate C:G), based off of a store number, on a different table in column "A" and if it is equal to heading of Column "B" I need it to give me ...
  • SergeiBaklan's avatar
    Jan 16, 2019

    Hi Jillian,

     

    With data like this

    the formula in B2 is

    =IFERROR(INDEX(Sheet1!$G$2:$G$19,MATCH(1,INDEX((B$1=Sheet1!$F$2:$F$20)*($A2=Sheet1!$C$2:$C$20),0),0)),"")

    and drag it to the right and down

Resources