This is a Microsoft Excel tutorial demonstrating the use of the IF Function/statement. It includes the basics of the if statement, how to write/understand nested ifs and including other functions in if statements. The IF function is simple to write but can get complicated when including more than one element. Examples are shown and explained in detail.
3 Formulas from the video - note, you need to replace the text [GREATER THAN SYMBOL] with the forward triangular bracket symbol:
=IF(B2="Yes",TRUE,FALSE)
=IF(VLOOKUP(A2,Sheet1!A:E,5,0)="Yes",TRUE,FALSE)
=IF(B2="Yes",IF(C2="ABC Ltd",IF(D2 [GREATER THAN SYMBOL] 300,"All True","Paid and Customer"),"Paid"),"")