What is the formula to average alpha?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a spreadsheet I'd like to enter alpha which represents numbers and
have that row average itself. Any formula ideas?
 
Here is one that works with A, B, C and D;
=SUMPRODUCT(LOOKUP(D8:F8,{"A","B","C","D"},{4,3,2,1}))/COUNTA(D8:F8)
best wishes
 
You need to have every possible alpha character. SO if this if for a GPA
=SUMPRODUCT(LOOKUP(D8:F8,{"A","B","C","D","F"},{4,3,2,1,0}))/COUNTA(D8:F8)
 
I've typed in the formula exactly as you have it and I still cannot get it to
work. Any suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top