Before we get to actually using Google Sheets If Then formula, let’s have a look at what it is and why you would want to use it.
A logical test returns one value if a logical expression is TRUE and another if it is FALSE. Here a real life example: If a sales rep reaches her targeted sales revenue, then that sales rep gets a bonus. So in a spreadsheet we would want to check for a logical expression (has the sales rep reached the target?) and give back TRUE if the sales rep was successful or FALSE if she didn’t reach the target.
Maybe a second example to drive the principal of logical test home. A school keeps a list of all the student grades. If a student has straight A’s in all courses (if grades = A) then that student receives an award (TRUE). If not (FALSE) the students gets a letter with encouragement to keep up the good work.