Numbers: searching for occurences of text (case sensitive)

For biology class, I have a table for dihybrid genetic crosses. After I fill in all the table, I want another table to be able to count the occurrences of each letter combination.


Essentially, what I want to do is tell a cell to count how many occurrences of "BBHH" are in a range of cells. The COUNTIF function is not case sensitive. I tried nesting the EXACT function inside functions like COUNTIF, COUNT, IF, etc., but EXACT doesn't accept a range of cells.


Is there a way to do this (a.k.a. create a function that would have the same effect as a hypothetical case-sensitive COUNTIF)?

iPad, iOS 7.0.4, 3rd generation

Posted on Nov 18, 2013 2:14 PM

Reply
8 replies

Nov 27, 2013 11:52 PM in response to matt cms

Matt,


I think you are giving up too soon. Create an additional column that tests each cell for your value using EXACT. Column A has your values, B2 has EXACT("BBHH",A2) and you have filled down as far as you have needed (say B11). In A12 use COUNTIF(B2:B11,"=true") to count matched values. Hide column B. Repeat for each value you want to search for.


Quinn

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Numbers: searching for occurences of text (case sensitive)

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.