Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rob
 
Posts: n/a
Default Summing one column where criteria in two other columns are met

I am trying to use sum product and I have tried this several ways. The most
recent is =SUMPRODUCT(--('Buy Tool'!K:K="Heather"),--('Buy
Tool'!L:L="b"),('Buy Tool'!AR:AR)). I am trying to sum the amounts in AR:AR
where the both of these critieria are met. I get a #num error. What am I
doing wrong?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Summing one column where criteria in two other columns are met

Hi

WIth SUMPRODUCT, you can't use full column references. Instead of K:K, for
example, use K1:K10000.

Andy.

"Rob" wrote in message
...
I am trying to use sum product and I have tried this several ways. The
most
recent is =SUMPRODUCT(--('Buy Tool'!K:K="Heather"),--('Buy
Tool'!L:L="b"),('Buy Tool'!AR:AR)). I am trying to sum the amounts in
AR:AR
where the both of these critieria are met. I get a #num error. What am I
doing wrong?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rob
 
Posts: n/a
Default Summing one column where criteria in two other columns are met

That did it, thanks so much. Let me ask another question. How do I create a
parameter query that will look up and only show the rows where I specifiy the
criteria in one column. Say for instance, I want to be able to type in
"Heather" in a pop up box and it will display the rows that have "Heather".

"Andy" wrote:

Hi

WIth SUMPRODUCT, you can't use full column references. Instead of K:K, for
example, use K1:K10000.

Andy.

"Rob" wrote in message
...
I am trying to use sum product and I have tried this several ways. The
most
recent is =SUMPRODUCT(--('Buy Tool'!K:K="Heather"),--('Buy
Tool'!L:L="b"),('Buy Tool'!AR:AR)). I am trying to sum the amounts in
AR:AR
where the both of these critieria are met. I get a #num error. What am I
doing wrong?




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Summing one column where criteria in two other columns are met

Well, that sounds like a job for Data/Filter/Autofilter - unless you want to
get into macros.

Andy.

"Rob" wrote in message
...
That did it, thanks so much. Let me ask another question. How do I
create a
parameter query that will look up and only show the rows where I specifiy
the
criteria in one column. Say for instance, I want to be able to type in
"Heather" in a pop up box and it will display the rows that have
"Heather".

"Andy" wrote:

Hi

WIth SUMPRODUCT, you can't use full column references. Instead of K:K,
for
example, use K1:K10000.

Andy.

"Rob" wrote in message
...
I am trying to use sum product and I have tried this several ways. The
most
recent is =SUMPRODUCT(--('Buy Tool'!K:K="Heather"),--('Buy
Tool'!L:L="b"),('Buy Tool'!AR:AR)). I am trying to sum the amounts in
AR:AR
where the both of these critieria are met. I get a #num error. What
am I
doing wrong?






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rob
 
Posts: n/a
Default Summing one column where criteria in two other columns are met

And by the way, I figured out how to add additional criteria with the + sign
within the sumproduct statement. Thanks again.

"Andy" wrote:

Well, that sounds like a job for Data/Filter/Autofilter - unless you want to
get into macros.

Andy.

"Rob" wrote in message
...
That did it, thanks so much. Let me ask another question. How do I
create a
parameter query that will look up and only show the rows where I specifiy
the
criteria in one column. Say for instance, I want to be able to type in
"Heather" in a pop up box and it will display the rows that have
"Heather".

"Andy" wrote:

Hi

WIth SUMPRODUCT, you can't use full column references. Instead of K:K,
for
example, use K1:K10000.

Andy.

"Rob" wrote in message
...
I am trying to use sum product and I have tried this several ways. The
most
recent is =SUMPRODUCT(--('Buy Tool'!K:K="Heather"),--('Buy
Tool'!L:L="b"),('Buy Tool'!AR:AR)). I am trying to sum the amounts in
AR:AR
where the both of these critieria are met. I get a #num error. What
am I
doing wrong?








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rob
 
Posts: n/a
Default Summing one column where criteria in two other columns are met

Well, believe it or not, I just started doing these if statements and nested
if statements and have learned very quickly am using these calculations on a
34Mb spreadsheet which includes macros. I can decipher and touch them up
after I record them and add some additional VBA code. If you give me a
start, I can do the rest I think.

"Andy" wrote:

Well, that sounds like a job for Data/Filter/Autofilter - unless you want to
get into macros.

Andy.

"Rob" wrote in message
...
That did it, thanks so much. Let me ask another question. How do I
create a
parameter query that will look up and only show the rows where I specifiy
the
criteria in one column. Say for instance, I want to be able to type in
"Heather" in a pop up box and it will display the rows that have
"Heather".

"Andy" wrote:

Hi

WIth SUMPRODUCT, you can't use full column references. Instead of K:K,
for
example, use K1:K10000.

Andy.

"Rob" wrote in message
...
I am trying to use sum product and I have tried this several ways. The
most
recent is =SUMPRODUCT(--('Buy Tool'!K:K="Heather"),--('Buy
Tool'!L:L="b"),('Buy Tool'!AR:AR)). I am trying to sum the amounts in
AR:AR
where the both of these critieria are met. I get a #num error. What
am I
doing wrong?






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
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
Arithmetical Mode of Criteria in Multiple Non-Adjacent columns Sam via OfficeKB.com Excel Worksheet Functions 4 July 14th 05 09:15 PM
match and count words David Excel Worksheet Functions 5 July 4th 05 02:24 AM
SUMPRODUCT Formula to Count Row of data Below Matched Criteria Sam via OfficeKB.com Excel Worksheet Functions 8 February 3rd 05 01:37 AM
How can I sort an entire spreadsheet from a list prod sorter Excel Worksheet Functions 4 November 17th 04 03:43 AM


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