- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Using formula
Hello everyone, i am wondering if there is anyone that can help with a formula problem. I would like to compare two different columns and result the values in a third column but i cannot find a versus formula on jmp. Any ideas or suggestions are highly appreciated. Thank you!
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Using formula
What type of comparison do you need?
-Jarmo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Using formula
Created:
Jun 22, 2022 09:51 AM
| Last Modified: Jun 22, 2022 6:52 AM
(675 views)
| Posted in reply to message from OmegaKoala673 06-21-2022
It sounds like you need a formula that does something like Subtract Col1 from Col2 and then check to see if it equals Col3.
The formula would sound like, "If Column1 minus Column2 equals Column3, then put 'Yes' in this column, and if not, then put 'no' in this column."
The formula would look like this
if (:Column 1-:Column 2 == :Column 3, "Yes", "No")
JMP Systems Engineer, Health and Life Sciences (Pharma)