cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

How can I count no of repetitive entry in a different column using formula.

I need to count no of test that were performed on particular SN. see atteched example. 

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: How can I count no of repetitive entry in a different column using formula.

You can use Col Cumulative Sum for this type of calculation in a formula

Col Cumulative Sum(1, :SN)

jthi_0-1708375701259.png

jthi_1-1708375704940.png

 

-Jarmo

View solution in original post

2 REPLIES 2
jthi
Super User

Re: How can I count no of repetitive entry in a different column using formula.

You can use Col Cumulative Sum for this type of calculation in a formula

Col Cumulative Sum(1, :SN)

jthi_0-1708375701259.png

jthi_1-1708375704940.png

 

-Jarmo

Re: How can I count no of repetitive entry in a different column using formula.

Thank you

Recommended Articles