cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
ileshem
Level III

JSL count "F" and "M" characters in a column

Hello,
I have this table 1 below and I want to summaries it by number of instances of "F" and "M" (Table 2).

How do I do that?

Thanks in advance.

Table 1:

NameFM
KATIEF 
LOUISEF 
JANEF 
JACLYNF 
LILLIEF 
TIM M
JAMES M
ROBERT M

Table 2:

Count_FCount_M
53
1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: JSL count "F" and "M" characters in a column

Use 

     Tables=>Summary

and select both columns F and M specifying the statistic N

It will create a new data table

txnelson_0-1624571127255.png

 

Jim

View solution in original post

1 REPLY 1
txnelson
Super User

Re: JSL count "F" and "M" characters in a column

Use 

     Tables=>Summary

and select both columns F and M specifying the statistic N

It will create a new data table

txnelson_0-1624571127255.png

 

Jim