cells evaluation question

S

Simon

Hey

I have a spreadsheet with 9 cells (c14:c22)
They will have integers entered from 0 to 10

I need a formula to do the following:

- Find how many have a value >=5
- Get the total value of the cells with a value >=5


Thanks

Simon
 
F

Fred Smith

You want Countif and Sumif, as in:
=countif(c14:c22,">=5")
=sumif(c14:c22,">=5")

Regards,
Fred
 

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