Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default sumif using multiple criteria and its own range

Using Excel 2003 trying to find a way of adding numbers in a row that match a
month and are less than 100. Ican Sumif matching the month but need to just
add together those above or below 100. So far i have
=SUMIF('Out and About'!B4:Y4:'Out and About'!B27:Y27,"January",'Out and
About'!B11:Y11:'Out and About'!B34:Y34)

but need the next part.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default sumif using multiple criteria and its own range

On Dec 28, 4:23*pm, Yerman wrote:
Using Excel 2003 trying to find a way of adding numbers in a row that match a
month and are less than 100. Ican Sumif matching the month but need to just
add together those above or below 100. So far i have
=SUMIF('Out and About'!B4:Y4:'Out and About'!B27:Y27,"January",'Out and
About'!B11:Y11:'Out and About'!B34:Y34)

but need the next part.


I'm not sure which range is which from your formula but, in general,
you can use SUMPRODUCT to get a sum with more than one criteria, i.e.

=SUMPRODUCT(--(date_range="January"),--(sum_range<100),sum_range)

I'm assuming that date_range contains just the month as text, not a
date
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default sumif using multiple criteria and its own range

Hi,

FYI the proper syntax for a range like you are using is 'Out and
About'!B4:Y427'

However, this is moot for you case, since you can't use SUMIF to do what you
want. Instead you could use SUMPRODUCT or DSUM

For DSUM the formula might look like this

=DSUM('Out and About'!A1:Y99,B1,W1:X2)

In this case the data area with titles runs from A1:Y99, and here I have
assumed the numbers are in column B (hence the B1 reference.) In cells
W1:X2 you enter your criteria, in this case:

Month Amount
January <100

If this helps, please click the Yes button

Cheers,
Shane Devenshire

"Yerman" wrote in message
...
Using Excel 2003 trying to find a way of adding numbers in a row that
match a
month and are less than 100. Ican Sumif matching the month but need to
just
add together those above or below 100. So far i have
=SUMIF('Out and About'!B4:Y4:'Out and About'!B27:Y27,"January",'Out and
About'!B11:Y11:'Out and About'!B34:Y34)

but need the next part.


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 - when I fill down the Range, Criteria & sum range changes markholt Excel Worksheet Functions 3 October 28th 08 12:37 AM
match multiple criteria ina range from multiple criteria multiplet RG Excel Worksheet Functions 8 September 28th 07 04:21 AM
sumif when criteria is a range jeremy via OfficeKB.com Excel Discussion (Misc queries) 7 August 15th 05 05:49 PM
SUMIF with AND for range and criteria davidm_ba Excel Worksheet Functions 3 August 2nd 05 01:31 PM
SUMIF multiple criteria in 1 range Mike@Q Excel Worksheet Functions 5 November 26th 04 03:55 PM


All times are GMT +1. The time now is 08:46 PM.

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"