Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default formula to work with Sumif

I need a formula that will look at column A and if meets the criteria then do
a SumIf based on two other columns with another criteria.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default formula to work with Sumif

=if(A2=criteria,sumif(),whatever you want it to show if doesn't fit criteria)

"Sandy@law" wrote:

I need a formula that will look at column A and if meets the criteria then do
a SumIf based on two other columns with another criteria.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default formula to work with Sumif

ahh. never mind what I have. I asume you want it to have a rolling
calculation. that's a summproduct, and I don't know the formula off the top
of my head...

"Sean Timmons" wrote:

=if(A2=criteria,sumif(),whatever you want it to show if doesn't fit criteria)

"Sandy@law" wrote:

I need a formula that will look at column A and if meets the criteria then do
a SumIf based on two other columns with another criteria.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default formula to work with Sumif

Hi,

Maybe something like:

=SUMPRODUCT((A1:A100="John")*(B1:B100="Doe"),C1:C1 00)

HTH
Jean-Guy

"Sandy@law" wrote:

I need a formula that will look at column A and if meets the criteria then do
a SumIf based on two other columns with another criteria.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default formula to work with Sumif

I was able to work it with

=SUMPRODUCT(--(A:A=criteria),--(B:B=criteria),(C:C))
assuming B is your sumif criteria and c has your sum values.

May work the same as pinmaster's. I'm not sure...

"pinmaster" wrote:

Hi,

Maybe something like:

=SUMPRODUCT((A1:A100="John")*(B1:B100="Doe"),C1:C1 00)

HTH
Jean-Guy

"Sandy@law" wrote:

I need a formula that will look at column A and if meets the criteria then do
a SumIf based on two other columns with another criteria.

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
Auto Extend Formulas doesn't work for a particular formula niwrad Excel Discussion (Misc queries) 3 January 9th 06 09:36 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
formula SUMIF or whichever one will work for my issue Richelle Excel Worksheet Functions 5 March 31st 05 11:01 PM
4 Day Work Week in a formula EasleyK Excel Discussion (Misc queries) 1 January 29th 05 06:15 AM


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