Forum Discussion

mtn629's avatar
mtn629
Copper Contributor
Sep 29, 2021
Solved

Index match - formula moving columns and rows

Hi guys,   First time poster, long time excel user!   Briefly, i am trying to automate a data import to show the total sales per sales centre per month using a combination of SUM IF and INDEX-MAT...
  • mtn629 

     

    You may try something like this...

     

    =SUMIF($C$5:$C$18,$A24,INDEX($D$5:$O$18,,MATCH(B$23,$D$3:$O$3,0)))

Resources