I can’t sum multiple values. I use:
=INDEX(AdNetwork1!B:F,(MATCH(A1,AdNetwork1!B:B,0)-3),3)
but it finds only the first value. As you can see I use MATCH with -3
to go up three rows and then move right three columns.
Please try something like:
=SUMIF(AdNetwork1!B4:B404,A1,AdNetwork1!D1:D401)
The ranges need to be the same size but may be offset for both column and row.
Tags: excelexcel