Home:ALL Converter>How to show only one of two conditions in IF statement (conditions separated by + )

How to show only one of two conditions in IF statement (conditions separated by + )

Ask Time:2019-04-17T19:53:47         Author:domaska

Json Formatter

I have two conditions under True statement in IF. It only works if both conditions are met. Is it possible to dismiss one of the conditions (the one not being procced) and show only good one if other doesn't return a value.

IF($C$12="BB";
(INDEX(PARMSETS!$AF$3:$AF$1796;MATCH(1;INDEX(($M11=PARMSETS!$AD$3:$AD$3333)*
(N$9=PARMSETS!$AE$3:$AE$3333););0))+
(INDEX(PARMSETS!$AF$3:$AF$1796;MATCH(1;INDEX(($M11=PARMSETS!$AD$3:$AD$3333)*
("M_F_S"=PARMSETS!$AB$3:$AB$3333););0))))

Author:domaska,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/55727001/how-to-show-only-one-of-two-conditions-in-if-statement-conditions-separated-by
yy