cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to interactively organize and restructure data for analysis. Register for May 29 webinar, 2pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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

Recommended Articles