Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 78
Default Sum values greater than x and less than y in a column

This is relatively simple and I can't figure it out. I have two cells (B1
and C1). B1 contains the low value and C1 contains the high value. I have
data in column A and I want to sum all the values in the column that are
between the two values in B1 and C1? Does this make sense?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Sum values greater than x and less than y in a column

=SUMIF(A:A,""&B1)-SUMIF(A:A,""&C1)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Rookie_User" wrote in message
...
This is relatively simple and I can't figure it out. I have two cells (B1
and C1). B1 contains the low value and C1 contains the high value. I
have
data in column A and I want to sum all the values in the column that are
between the two values in B1 and C1? Does this make sense?



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
How do I search an array for values in a column greater than zero letsagmj Excel Worksheet Functions 0 July 26th 06 02:41 AM
Advanced Filter for Values in Column M greater than Values in Colu SteveC Excel Discussion (Misc queries) 3 May 2nd 06 07:55 PM
Formula to find greater of two values??? Scott302 Excel Discussion (Misc queries) 4 March 4th 06 11:11 PM
Need to print table values greater than a certain value BDP Excel Discussion (Misc queries) 1 January 26th 06 10:52 AM
How can I count values greater than and less than certain values? old grey whiskers Excel Worksheet Functions 6 September 10th 05 02:09 PM


All times are GMT +1. The time now is 08:43 AM.

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

About Us

"It's about Microsoft Excel"