But if you find yourself writing long expressions like that all the time
GenMAPP, it may be easier to prepare the data in Excel before importing.
For example, assuming [1] is in column A, [2] in column B etc.:
=if (A2>C2 AND B2>C2,1,0)
And then in GenMAPP you can use the code "[4] = 1"
Excel uses the same logic as GenMAPP for evaluating expressions, so that
won't be easier, but in Excel it may be quicker to try out different
formula's or copy / paste them.
hope this helps,
Martijn