Average of letters

yokosangi

New Member
Joined
May 30, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi,

I am stuck here and would really appreciate some help.

I have a sheet holding rawdata, were some columns contains only a letter on each row, A-F. The A-F is a rating scale, and each letter is "replaced" by a certain number via "IF(ISNUMBER(SEARCH("A";Segment!T31));"10"; etc etc)".
There are multiple rows/units within each column, and I want to have the average value of all letters within that column. Problem is that i cant get excel 364 to accept the "IF(ISNUMBER...." above as numbers, so it is not possible to use the AVERAGEIF formula on that column. Is there any fix on this, or maybe an even easier way to get that?

Many thanks in advance
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
You need to remove the quotes from the 10, otherwise it's text & not a number.
 
Upvote 0

Forum statistics

Threads
1,215,025
Messages
6,122,731
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top