Forum Discussion

chofbauer's avatar
chofbauer
Copper Contributor
Mar 05, 2019
Solved

IF Function

Good day!  I was wondering if anyone knew how to do an IF function for the attached file.     I am trying to get the amount in column D to be "950" if column B or C has a 1 in it.    If B or C ha...
  • SergeiBaklan's avatar
    SergeiBaklan
    Mar 06, 2019

    More exactly

    =IF(OR(B2=1,C2=1),950,S2/(B2+C2))