Forum Discussion

dennis houle's avatar
dennis houle
Copper Contributor
Nov 01, 2017
Solved

IF AND function

Hello, I need help with a couple formulas.   In one case, If cell $C18 and $X18 both have data, then apply the formula but if either is blank, then leave the cell with the formula blank.  So this i...
  • SergeiBaklan's avatar
    SergeiBaklan
    Nov 01, 2017

    Dennis, if with one column

    =X3-IF(LEN(C3)=0,Y3,Z3)

Resources