Google-sheets – Formula to populate one column based on the value in another one

google sheets

I would like to populate a column R with the value YES, if another column N has a value of NO.

Best Answer

Use IF: http://spreadsheets.about.com/od/otherspreadsheets/qt/090808-google-spreadsheet-if-function.htm

The syntax for the IF function is: =IF ( test, then_true, otherwise_value ).