Apple Numbers. Using the IF formula to display a String if a number is greater than another number but less than another number.
Hello,
I am trying to create a formula that displays "First" when the condition is true and "Second" when the condition is false. The formula is as follows IF ((5>1 and 5<15), "First", "Second"). I however am unsure of how to write this type of formula in the Numbers app on Mac.