Nicholas has attended:
Excel Intermediate course
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Access Intermediate course
If Function
Hi
Can you please provide a simple example of how to use the function IF.
Thanks
Nick
RE: If Function
Hi Nicholas. The simplest IF example is to type in cell B1:
=IF(A1>10, "OK", "NO")
Type a number into A1, and B1 will change according to whether that number is greater or less than 10. This criteria has two outcomes; if you need anymore you get into the realms of nested IF functions.
Hope this helps,
Anthony