I am trying to average some cells, but they contain both numbers and characters. Obviously excel reads these as text so doesn't give an average of the numbers.
What can I use to make the formula only look at the numbers part of the cell? I tried a combination of sum and left but this hasn't worked. Do I need an array formula perhaps (something involving ={sum(left(A1:C1))});
For example
Cell A1 B1 C1
Grade 6a 8b 4c
the answer should be (6+8+4)/3=6