cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

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