How do I get rid of "the formula uses a boolean instead of a number" ?
How do I get rid of "the formula uses a boolean instead of a number", using the following formula. Better phrased, how do I rewrite the formula to get rid of the warning. Basically, I want $0 to show in a cell G9 if cell B9 is blank, but if any $ amount is put in B9, I want cell G9 to show $275.
IF(B4:B17>0,VALUE(275))+IF(FALSE,VALUE(0))
Mac mini, iOS 12