News

Replace "= 8" with the logical test that you want to apply. For example, to test whether the value of cell A1 is greater than 10,000, change the formula to:=IF (A1> 10000, "True", "False") ...