Customer Service data comes from SharePoint list. When list is filtered by Division, FY and/or Employee, need the average score to change at the top. The score of 4.8 if for the entire list, Text = Average(Customer, Resp). Need this to change upon selected dropdowns and/or search. So far (for one drop-down): If(ddDiv).Selected.Result = "Select Division", Average(Customer, Resp)
Any suggestions how the formula can be revised/completed to accommodate both dropdowns and search?

Thanks!