#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default sumproduct

I am currently using sumproduct to count how many
times "vault" and "complete" show up together in colum A
and B. the following combination come up below.

=sumproduct((A1:A5="Vault")*(B1:B5="complete")) giving me
the correct answer of 3. How do I place a third criteria
on it to count all of the Vault, completes that are under
100?
a b c
1 Vault complete 100
2 lockbox late 50
3 vault complete 50
4 branch in process 100
5 Vault complete 200

Thanks for all of your help in advance. This forum is
incredible for us average users...Thanks again!!


6




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 102
Default sumproduct

Chris,

Just add the condition to the sumproduct ie.

=SUMPRODUCT((A1:A5="Vault")*(B1:B5="complete")*(C1 :C5<100))

Dan E

"Chris....." wrote in message ...
I am currently using sumproduct to count how many
times "vault" and "complete" show up together in colum A
and B. the following combination come up below.

=sumproduct((A1:A5="Vault")*(B1:B5="complete")) giving me
the correct answer of 3. How do I place a third criteria
on it to count all of the Vault, completes that are under
100?
a b c
1 Vault complete 100
2 lockbox late 50
3 vault complete 50
4 branch in process 100
5 Vault complete 200

Thanks for all of your help in advance. This forum is
incredible for us average users...Thanks again!!


6






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
Sumproduct with Condition OR Sumproduct with ADDRESS function - HE gholly Excel Discussion (Misc queries) 2 September 28th 09 05:07 PM
Conditional SUMPRODUCT or SUMPRODUCT with Filters Ted M H Excel Worksheet Functions 4 August 14th 08 07:50 PM
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
sumproduct Nad Excel Discussion (Misc queries) 5 April 26th 06 01:57 PM
SUMPRODUCT Patricia Excel Worksheet Functions 5 April 18th 06 07:57 PM


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