Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 29
Default Sumif with multiple criteria

Good day,
I am hoping for some help solving an Excel problem. I have a sheet with
2006 data and another with 2007 data, both have identical layouts, however
may consist of different accounts with different products and volume. My
task is to provide a column on the 2007 sheet showing a variance from 2006 by
customer by product by volume. Any suggestions?
--
Thanks for your help!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Sumif with multiple criteria

A pivot table or
to count
=sumproduct((a2:a22="joe")*(b2:b22=1))
to sum by criteria
=sumproduct((a2:a22="joe")*(b2:b22=1)*c2:c22)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"TamIam" wrote in message
...
Good day,
I am hoping for some help solving an Excel problem. I have a sheet with
2006 data and another with 2007 data, both have identical layouts, however
may consist of different accounts with different products and volume. My
task is to provide a column on the 2007 sheet showing a variance from 2006
by
customer by product by volume. Any suggestions?
--
Thanks for your help!


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 29
Default Sumif with multiple criteria

Thanks, I have tried the Pivot Table, but the users find it difficult to
expand the data detail, so I said I would try to show it all on one line. I
will try the sumproduct.

Thanks again
--
Thanks for your help!


"Don Guillett" wrote:

A pivot table or
to count
=sumproduct((a2:a22="joe")*(b2:b22=1))
to sum by criteria
=sumproduct((a2:a22="joe")*(b2:b22=1)*c2:c22)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"TamIam" wrote in message
...
Good day,
I am hoping for some help solving an Excel problem. I have a sheet with
2006 data and another with 2007 data, both have identical layouts, however
may consist of different accounts with different products and volume. My
task is to provide a column on the 2007 sheet showing a variance from 2006
by
customer by product by volume. Any suggestions?
--
Thanks for your help!



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 for Multiple Criteria PCakes Excel Worksheet Functions 2 October 20th 06 05:53 PM
sumif for multiple criteria Inter Excel Discussion (Misc queries) 3 May 17th 06 07:17 PM
SUMIF With Multiple Criteria Mike Excel Worksheet Functions 1 November 2nd 05 11:08 PM
SUMIF, multiple criteria Lauren753 Excel Discussion (Misc queries) 1 June 20th 05 08:28 PM
sumif with multiple criteria benb Excel Worksheet Functions 3 January 5th 05 11:07 PM


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