Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto Extend Formulas doesn't work for a particular formula | Excel Discussion (Misc queries) | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
formula SUMIF or whichever one will work for my issue | Excel Worksheet Functions | |||
4 Day Work Week in a formula | Excel Discussion (Misc queries) |