cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

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