January 2017
Beginner to intermediate
372 pages
5h 55m
English
The AND function is similar to the IF function. When you use this function, it is checking two arguments at the same time to determine if the condition is true or false. When both arguments are true, then the function returns true. In this recipe, you will add a function on a new column to determine if the record is a single or multiple vehicle fatality. The AND function has a required syntax of AND(<logical1>, <logical2>).
Read now
Unlock full access