double if function; array with two conditions
Posted by Jan on July 11, 2001 8:14 AM
Hello,
I am trying to create a function, which works as follows:
sum (x:x)
if (a="test1")
if (b="test2")
I have no idea how to implement two conditions in an array. Can anybody help me?