I have the following formula in column "P". This formula as you can see looks at each cell that has "ETT" and counts the cell in column "P". The problem I am having is that it counts one number. Some cells in Column "P" can have more than one number separated by a comma. How do I get it to count each number before going to the next cell so I have a true number at the bottom? Thank you.


=COUNTIFS(N2:N73,"=ETT")