Sheet1
Base | Base | Base |
=SUM(INDEX($A$2:$I$11,,MATCH(2,1/($A$1:$I$1="Base"))))
I am using the above given array formula to add the values of the left-most column with word "Base" as a Header. The formula adds the whole column correctly. Can someone please help modify the formula so that it will add only the row 2, 3, 7, 8 and 10 ? In the above scenario my left-most column with header as "Base" is G1. hence the formula should add the values of G2, G3, G7, G8 AND G10. Any help is highly appreciated.