Formula to count number of selected rows that meet a certain criteria
Is it possible to create a column formula in JMP that counts the number of *selected* rows that meet a certain criteria? Excel can't do this, but if it did the formula might look something like this: =countif(and(isSelected(),a1:a20=$c$1,b1:b20="red"))