Forum Discussion

lobo114's avatar
lobo114
Brass Contributor
Sep 21, 2023
Solved

Can't Average an Index Match function with "blank" cells

I have a table that contains user selected data validation drop downs for Probability and Severity. My formula assigns those selected words a number from another sheet using an Index Match function a...
  • HansVogelaar's avatar
    HansVogelaar
    Sep 21, 2023

    lobo114 

    Thanks. Use these. In C33:

    =AVERAGE(IFERROR(INDEX('Drop Down'!F2:F6,MATCH(C8:C32,'Drop Down'!E2:E6,0)),""))

    In D33:

    =AVERAGE(IFERROR(INDEX('Drop Down'!H2:H5,MATCH(D8:D32,'Drop Down'!G2:G5,0)),""))

Resources