Google-sheets – Show number in a cell – based on a value from another cell

formulasgoogle sheets

WA76168 Q example

I need help with the question in the picture.

Can anyone make a formula for me?

Best Answer

You're looking for the IF command, combined with NE (not equal):

IF(NE(RedCellReference,"No"), LeftCellReference, "")