I know how to extract the value of column 3 when column 2 matches a specified integer (in this case 21).
How do I alter this expression to not only extract the value of column 3 (when column 2 equals 21) but also perform a mathematical operation on the extracted value.
For example, I'd like to extract the value from column 3 and subtract it from 186.
Any suggestions?
0 Comments
Sign in to comment.