Forum Discussion

SARAH11's avatar
SARAH11
Brass Contributor
Nov 01, 2020
Solved

Multiple IF Function

Hello everyone   I have an urgent question that I couldn't find an answer to I am trying to use 2 IF statements at the same time, each one contains if true value and if false value however the cel...
  • amit_bhola's avatar
    amit_bhola
    Nov 01, 2020

    SARAH11 , i think for the False False row, you meant "Result false value of condition 2"

     

    Pls. see if below formula is giving the expected results or not.. and i hope you would catch how this formula is made with use of AND to check the 2 conditions simultaneously, and so if some adjustment of results is required, you can do..

     

     

    =IF(AND(G20=0,J20=1),0.35,IF(AND(G20=0,NOT(J20=1)),F30/(F30+G30),IF(AND(NOT(G20=0),J20=1),H30,I30)))

     

     

Resources