Count specific character in a row as 2;3;4;5...

valmir

Board Regular
Joined
Feb 10, 2021
Messages
235
Office Version
  1. 365
Platform
  1. Windows
Hello everyone
I am wondering if this question has ever been asked here or elsewhere. I am looking for a formula that will "turn a certain character into a number". For example: if I have the letter "z" in a row appearing three times and I want "z" to represent number 2, then, the formula should return the result as "6" (3xZ=6). If this is possible, can I also have the same formula for z representing 3, 4 and 5 as well? In the case of this same character representing number 1, I already know that the formula is for example "=COUNTIF(R5:CQ5;"Z").
I hope that my explanation is clear. Thanks!
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
If you want Z to represent 2, you can just use
Excel Formula:
=COUNTIF(R5:CQ5;"Z")*2
 
Upvote 0
Solution
Just one more question Mr. Fluff. Can I have a combination of five characters in a single formula, for example: a=1, b=2; c=3; d=4 and e=5?
 
Upvote 0
Imagine that I have all these characters in the same row, each of them representing the values as I mentioned...
 
Upvote 0
You could use a countifs for each value & add them together.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,588
Members
449,039
Latest member
Arbind kumar

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