I have two formulas which I wish to use as a single filter instead of creating two filters. The only difference between two formulas is that give that all of the before conditions are met I wish to have numbers greater than zero and number lesser than zero in the highlighted column as two different sets. Will I be able to do that?
1) IF [1256 (Y/N)] = "Y" && [MTM] = "Y" && [988(a)(1)(B)] = Null() && [988(c)(1)(D)] = Null() && [Tax 1256 G/L] > 0
THEN [Tax 1256 G/L]
2) IF [1256 (Y/N)] = "Y" && [MTM] = "Y" && [988(a)(1)(B)] = Null() && [988(c)(1)(D)] = Null() && [Tax 1256 G/L] < 0
THEN [Tax 1256 G/L]