Hi ,
The following should give you the result you are looking for :
=AVERAGE(IF(Category="Accessibility",Rating))
where for "Category" substitute the actual range of category values , say J3:J14 , and for "Rating" substitute the actual range of rating values , say K3:K14.
This formula should be entered as an array formula , using CTRL SHIFT ENTER
Narayan