Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Inga
 
Posts: n/a
Default Formula that sums the values if you have 2 criteria and 2 differe.

I need a formula that sums the values with 2 different criteria and 2
different look up ranges
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anne Troy
 
Posts: n/a
Default Formula that sums the values if you have 2 criteria and 2 differe.

=sumif(...) +sumif(...)
Using this:
http://www.officearticles.com/excel/...ft_excel.h tm
************
Anne Troy
VBA Project Manager
www.OfficeArticles.com

"Inga" wrote in message
...
I need a formula that sums the values with 2 different criteria and 2
different look up ranges



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Formula that sums the values if you have 2 criteria and 2 differe.

=sumproduct(--(rng1=value1),--(rng2=value2),rng1)

will sum the values in rng1 where the two criteria match

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Inga" wrote in message
...
I need a formula that sums the values with 2 different criteria and 2
different look up ranges



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anne Troy
 
Posts: n/a
Default Formula that sums the values if you have 2 criteria and 2 differe.

Some day, I'm going to make you or Zack teach me those dashy things, Bob.
************
Anne Troy
VBA Project Manager
www.OfficeArticles.com

"Bob Phillips" wrote in message
...
=sumproduct(--(rng1=value1),--(rng2=value2),rng1)

will sum the values in rng1 where the two criteria match

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Inga" wrote in message
...
I need a formula that sums the values with 2 different criteria and 2
different look up ranges





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Formula that sums the values if you have 2 criteria and 2 differe.

Anne,

It's already written it up. See
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

Regards

Bob


"Anne Troy" wrote in message
...
Some day, I'm going to make you or Zack teach me those dashy things, Bob.
************
Anne Troy
VBA Project Manager
www.OfficeArticles.com

"Bob Phillips" wrote in message
...
=sumproduct(--(rng1=value1),--(rng2=value2),rng1)

will sum the values in rng1 where the two criteria match

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Inga" wrote in message
...
I need a formula that sums the values with 2 different criteria and 2
different look up ranges









  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anne Troy
 
Posts: n/a
Default Formula that sums the values if you have 2 criteria and 2 differe.

OMG. I don't want to learn all that. :)
But I'll link to your site, for sure!
************
Anne Troy
VBA Project Manager
www.OfficeArticles.com

"Bob Phillips" wrote in message
...
Anne,

It's already written it up. See
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

Regards

Bob


"Anne Troy" wrote in message
...
Some day, I'm going to make you or Zack teach me those dashy things, Bob.
************
Anne Troy
VBA Project Manager
www.OfficeArticles.com

"Bob Phillips" wrote in message
...
=sumproduct(--(rng1=value1),--(rng2=value2),rng1)

will sum the values in rng1 where the two criteria match

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Inga" wrote in message
...
I need a formula that sums the values with 2 different criteria and 2
different look up ranges








  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Formula that sums the values if you have 2 criteria and 2 differe.


"Anne Troy" wrote in message
...
OMG. I don't want to learn all that. :)


You can never learn too much, :-))


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anne Troy
 
Posts: n/a
Default Formula that sums the values if you have 2 criteria and 2 differe.

I'll stick with learning too much about Word and not quite enough about
Excel, k? :D
Did you get the reply to my PM?
************
Anne Troy
VBA Project Manager
www.OfficeArticles.com

"Bob Phillips" wrote in message
...

"Anne Troy" wrote in message
...
OMG. I don't want to learn all that. :)


You can never learn too much, :-))




  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Formula that sums the values if you have 2 criteria and 2 differe.

Yes I did thanks, just resurrecting the box.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Anne Troy" wrote in message
...
I'll stick with learning too much about Word and not quite enough about
Excel, k? :D
Did you get the reply to my PM?
************
Anne Troy
VBA Project Manager
www.OfficeArticles.com

"Bob Phillips" wrote in message
...

"Anne Troy" wrote in message
...
OMG. I don't want to learn all that. :)


You can never learn too much, :-))






  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Inga
 
Posts: n/a
Default Formula that sums the values if you have 2 criteria and 2 diff

Thanks The link to the site was very helpful


"Bob Phillips" wrote:

Yes I did thanks, just resurrecting the box.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Anne Troy" wrote in message
...
I'll stick with learning too much about Word and not quite enough about
Excel, k? :D
Did you get the reply to my PM?
************
Anne Troy
VBA Project Manager
www.OfficeArticles.com

"Bob Phillips" wrote in message
...

"Anne Troy" wrote in message
...
OMG. I don't want to learn all that. :)

You can never learn too much, :-))







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
Formula that only adds numbers that meet specific criteria Elizabeth Excel Discussion (Misc queries) 10 October 12th 05 11:38 PM
Data Validation - Scroll in the formula bar for a custom criteria Hanno Scholtz Excel Worksheet Functions 3 September 22nd 05 02:11 PM
SUMPRODUCT Formula to Count Row of data Below Matched Criteria Sam via OfficeKB.com Excel Worksheet Functions 8 February 3rd 05 01:37 AM
formula that meets two criteria and sums? C Cooper Midland Excel Discussion (Misc queries) 2 December 14th 04 02:49 PM
Need formula to check values of data in several cells as criteria VCTECH Excel Worksheet Functions 0 November 19th 04 09:54 PM


All times are GMT +1. The time now is 10:24 PM.

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"