Amanda has attended:
No courses
IF function
Why would I use an IF function?
RE: IF function
Hi Amanda,
Thank you for your question, you can use functions like the IF function to perform calculations based upon conditions. You can use the IF function to return one of two values based on whether a condition is true.
For example, IF(A1+B1>500, "Met target", "Under target")
so in this case depending on whether A1 + B1 is bigger than 500 will decide whether the return value is Met target or Under target.
Hope this helps
Tracy