A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi,
If you do not have the BYCOL or FILTER functions in your version of Excel, then use the formula below instead. Apply it in cell C14 (see the screenshot above).
=INDEX(A1:D1,, SUM(IFERROR(COLUMN(A2:D11) / MMULT(TRANSPOSE(ROW(A2:D11)^0), --(A2:D11 = B14)), 0)))
For Excel 2016 or earlier versions, this formula must be entered as an array formula, which means you need to press CTRL + SHIFT + ENTER simultaneously on your keyboard.
HTH