Forum Discussion

Nandhu19940's avatar
Nandhu19940
Copper Contributor
Apr 01, 2020
Solved

IF formula implementation with multiple logic

Table data: A                  B                  C                         D COUNT COM-RESULT LOOK-VAL1 LKVALUE-2 1 FALSE CEM -- 1 FALSE NONCAT -- 1 FALSE INFORMATION -- ...
  • Branislav1984's avatar
    Apr 01, 2020
    Hi Nandhu19940

    Try plugging this in:

    =IF(AND(IF(AND(A2=1,B2=FALSE,D2="--"),"AN","-")="AN",IF(OR(C2="CEM",C2="NONCAT",C2="INFORMATION",C2="FINANCE",C2="CR",C2="PENSION",C2="UINV",C2="CTRLM",C2="JIPE",C2="CSARC"),"AN","-")="AN"),"AN","-")

    Just replace "AN" with "Required action"
    BR,

Resources