What I want to do is COUNT the number of each letter - so for example
A = 3
B = 1
C = 2
E = 1
I have got as far as: IF({Col1}=‘A’,1,0) and that returns the 1 (in this example)
What does the formula look like to check in Col2 - Col7 contains ‘A’ and then give me the total of 3?
I hope that explains what I am trying to do clearly :grimacing: :nerd_face:
Thanks in advance.
Best answer by kuovonne
Unfortunately not returns “invalid formula”
Dimitris’s formula has some curly braces out of order and his field names do not match your base. Here is his formula rewritten with the curly braces in the proper place and field names/values changed to match your screen shot. Note that you will still need to extend the formula to include all the desired columns.
Dimitris’s formula has some curly braces out of order and his field names do not match your base. Here is his formula rewritten with the curly braces in the proper place and field names/values changed to match your screen shot. Note that you will still need to extend the formula to include all the desired columns.
Dimitris’s formula has some curly braces out of order and his field names do not match your base. Here is his formula rewritten with the curly braces in the proper place and field names/values changed to match your screen shot. Note that you will still need to extend the formula to include all the desired columns.
Dimitris’s formula has some curly braces out of order and his field names do not match your base. Here is his formula rewritten with the curly braces in the proper place and field names/values changed to match your screen shot. Note that you will still need to extend the formula to include all the desired columns.