Mathcad version of iserror in Excel
Mathcad version of iserror in Excel
(OP)
I wonder how do I do like an iserror function of excel in mathcad.
for example, I am going to match a number to an array that doesnt have a match to that number. Mathcad only gives out an error message saying that "no matching values found". how do I make mathcad do something else if no values are matching instead of just giving out that error message.
Thanks in advance!
for example, I am going to match a number to an array that doesnt have a match to that number. Mathcad only gives out an error message saying that "no matching values found". how do I make mathcad do something else if no values are matching instead of just giving out that error message.
Thanks in advance!





RE: Mathcad version of iserror in Excel
RE: Mathcad version of iserror in Excel
RE: Mathcad version of iserror in Excel
err:=if(rows(M)*cols)M)-rows(index),"there","not there")