Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
tjb
 
Posts: n/a
Default special sum formula

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   Report Post  
Biff
 
Posts: n/a
Default

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   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

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   Report Post  
Rowan
 
Posts: n/a
Default

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   Report Post  
Rowan
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Formula or not? Alan Excel Worksheet Functions 2 February 20th 05 03:26 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 05:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"