In Excel, I have below table, with columns 1, 2, 3 as the ranks of the keywords in search engine.
How can I convert the above table into the following format
Use SUMPRODUCT()
formula like below. Drag and drop down and right as needed.
=SUMPRODUCT(($B$1:$D$1)*($A$2:$A$4=$A8)*($B$2:$D$4=B$7))