Hi,
I've created a tracker that captures information on the make ups of Boards.
One column is called 'Diversity' and has the option to multi select either "BAME" or "Disability"
What i'd like to be able to do is to Count the number of times either BAME or Disability is chosen and then divide that by the number of entries to get a percentage.
This will then say X Board has x% of its Board that has either BAME or Disability members on it.
I'm currently using the formula:
=COUNTIFS(Diversity:Diversity, CONTAINS("BAME", @cell)) + COUNTIFS(Diversity:Diversity, CONTAINS("Disability", @cell)) / COUNTM(Diversity4:Diversity15)
This does count the number of times BAME or Disability appear, but i can't turn that number into a %.
On other columns, with similar formulas, i can turn the number into a %.
Can anyone help?
Thank you in advance