Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You want Countif and Sumif, as in:
=countif(c14:c22,"=5") =sumif(c14:c22,"=5") Regards, Fred "Simon" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Performance Evaluation | Excel Discussion (Misc queries) | |||
Formula evaluation | New Users to Excel | |||
Evaluation Sheet | Excel Worksheet Functions | |||
dealer evaluation | Excel Worksheet Functions | |||
Options Evaluation | Excel Worksheet Functions |