Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
OK, from a given range with various numbers I need to be able to add all
numbers that are greater than or equal to "24". The COUNTIF function doesn't do what I want, it only counts the number of times a number is greater than or equal to 24. I know this is possible but can't figure it out. Any ideas? |
#2
![]() |
|||
|
|||
![]()
Hi!
Try this: =SUMIF(A1:A10,"=24") OR: =SUMIF(A1:A10,"23") Biff "tjb" wrote in message ... OK, from a given range with various numbers I need to be able to add all numbers that are greater than or equal to "24". The COUNTIF function doesn't do what I want, it only counts the number of times a number is greater than or equal to 24. I know this is possible but can't figure it out. Any ideas? |
#3
![]() |
|||
|
|||
![]()
Hi
=SUMIF(Range,"=24",Range) -- Arvi Laanemets ( My real mail address: arvil<attarkon.ee ) "tjb" wrote in message ... OK, from a given range with various numbers I need to be able to add all numbers that are greater than or equal to "24". The COUNTIF function doesn't do what I want, it only counts the number of times a number is greater than or equal to 24. I know this is possible but can't figure it out. Any ideas? |
#4
![]() |
|||
|
|||
![]()
Try
=SUMIF(A1:A10,"=24",A1:A10) Hope this helps Rowan tjb wrote: OK, from a given range with various numbers I need to be able to add all numbers that are greater than or equal to "24". The COUNTIF function doesn't do what I want, it only counts the number of times a number is greater than or equal to 24. I know this is possible but can't figure it out. Any ideas? |
#5
![]() |
|||
|
|||
![]()
Or more simply:
=SUMIF(A1:A10,"=24") Regards Rowan tjb wrote: OK, from a given range with various numbers I need to be able to add all numbers that are greater than or equal to "24". The COUNTIF function doesn't do what I want, it only counts the number of times a number is greater than or equal to 24. I know this is possible but can't figure it out. Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simplify formula | Excel Worksheet Functions | |||
Formula or not? | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
revert formula insertion to old method | Setting up and Configuration of Excel | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |