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 move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

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

How to specify a data cell into a column formula?

I am having trouble writing a simple column formula as I do not know the syntax to specify a specific datapoint/cell within the formula itself. In the past, I have manually entered the value, but am trying to streamline the process using action recorder/scripts.

I need to subtract column #1row #5 from every value in column #1 and put the resulting value into column#2. For example, in Excel, the formula would be =A1-$A$5. But I don't know how to specify a specific column/row in JMP formulas. I'm using JMP Pro 16 on windows. 

1 ACCEPTED SOLUTION

Accepted Solutions
Jeff_Perkinson
Community Manager Community Manager

Re: How to specify a data cell into a column formula?

You use subscripts to reference a specific row.

 

2024-02-19_17-20-52.748.png

2024-02-19_17-21-05.956.png

 

-Jeff

View solution in original post

2 REPLIES 2
Jeff_Perkinson
Community Manager Community Manager

Re: How to specify a data cell into a column formula?

You use subscripts to reference a specific row.

 

2024-02-19_17-20-52.748.png

2024-02-19_17-21-05.956.png

 

-Jeff
Mcc99
Level III

Re: How to specify a data cell into a column formula?

Thank you!

Recommended Articles