Forum Discussion
lobo114
Sep 21, 2023Brass Contributor
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...
- Sep 21, 2023
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)),""))
HansVogelaar
Sep 21, 2023MVP
Your link results in "Access Denied".
- lobo114Sep 21, 2023Brass ContributorSorry, try it now. I forgot to change the permissions.
- HansVogelaarSep 21, 2023MVP
- lobo114Sep 21, 2023Brass ContributorSorry, rough morning! Try it again.