need to do a IF formula where true value is 0 and the false value is a other formula. cant get the other formula to work it just puts the actual formula in the cell. wrecking my head .
Are you leaving out the equals sign. Format is as follows: =IF ( logical_test, value_if_true, value_if_false ) Example =IF(D1<26,100,200) The above will enter 100 in the cell if cell D1 is less than 26, otherwise it shows 200