Sum of mixed leters and numbers.

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

Guest

Hello I am trying to add sums in a table that contain both numbers and letters, such as


PRPT0
8BAAA
QL1TO

these are listed multiple times. I am searching for a formula that will extract the amount of times each one is used in a cell. I would appreciate any help people are willing to give.
 
Hi
if you want the count of the entire cell content try
=COUNTIF(A:A,"PRPT0")

or try creating a pivot table for this
-----Original Message-----
Hello I am trying to add sums in a table that contain
both numbers and letters, such as
PRPT0
8BAAA
QL1TO

these are listed multiple times. I am searching for a
formula that will extract the amount of times each one is
used in a cell. I would appreciate any help people are
willing to give.
 
Thanks. This worked great.

Frank Kabel said:
Hi
if you want the count of the entire cell content try
=COUNTIF(A:A,"PRPT0")

or try creating a pivot table for this

both numbers and letters, such as
formula that will extract the amount of times each one is
used in a cell. I would appreciate any help people are
willing to give.
 

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