What is a logical function that returns one value if the condition is true and another value if the condition is false?

What is a logical function that returns one value if the condition is true and another value if the condition is false?



Answer: IF(condition, value if true, value if false)


Learn More :