#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Sumif question

I have a range of data in column A1 to A10000, which has values ranging from
1 to 500. I want to find the sum of the values which are between 400 and
300.

Any help would be appreciated.

H

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Sumif question

=SUMPRODUCT(--(A1:A10000=300),--(A1:A10000<=400),A1:A10000)


"Harry Webster" wrote:

I have a range of data in column A1 to A10000, which has values ranging from
1 to 500. I want to find the sum of the values which are between 400 and
300.

Any help would be appreciated.

H


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Sumif question

One way
Try:
=SUMIF(A:A,"=300")-SUMIF(A:A,"400")
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Harry Webster" wrote in message
...
I have a range of data in column A1 to A10000, which has values ranging
from 1 to 500. I want to find the sum of the values which are between 400
and 300.

Any help would be appreciated.

H



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
Sumif (sum if question) Tim Nealon Excel Worksheet Functions 5 May 25th 07 03:08 AM
Another SUMIF question tawtrey(remove this )@pacificfoods.com Excel Worksheet Functions 9 May 31st 06 11:04 PM
SUMIF Question Brig Siton Excel Worksheet Functions 3 January 25th 06 05:16 PM
SUMIF question (I think) Barb Reinhardt Excel Worksheet Functions 1 November 17th 05 02:36 PM
sumif Question Jason Excel Discussion (Misc queries) 4 March 15th 05 04:11 PM


All times are GMT +1. The time now is 11:14 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"