How to show "yes" or "No" in a cell if certain criteria is met?

B

Bojan

Hi,
I'm doing a report with monthly averages for each team. What I want is when
an average number is met at A2,... A3, ... to show "yes" or "no" something
like this:
A2 A3
123 yes
95 no
150 yes
 
S

ShaneDevenshire

Hi,

If you already have the average calculated in the spreadsheet, say in cell
A50, then you formula could be:
=IF(A2>A$50,"Yes","No")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top