Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I've been trying the different suggestions in the postings here and have not
been successful. I have the following information Initials Name Value MM CC 2 JW ee 2 MM BB 3 In column D I would like to get the values based on the criteria. For example if Row A1=mm add the value that is in C1 and if B1=ee add the value. I have tried the following: =SUM(IF((A3:A6="mm")*(B3:B6="e"),C3:C6)) it returns a Zero (0). Have also tried the product and get an error. Not sure if I can actually do this? I would appreciate any help you can provide!! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Are you commiting the formula with CTRL+SHIFT+ENTER (it is an array formula)?
Also, is this just a typo: You have a value of "ee" in column B, but in your formula you are just checking for "e". If it wasn't just a typo in the post you have to change to match exactly. Or do something like so: =SUM(IF((A3:A6="mm")*(LEFT(B3:B6)="e"),C3:C6)) -- Regards, Dave "mariaivelisse77" wrote: I've been trying the different suggestions in the postings here and have not been successful. I have the following information Initials Name Value MM CC 2 JW ee 2 MM BB 3 In column D I would like to get the values based on the criteria. For example if Row A1=mm add the value that is in C1 and if B1=ee add the value. I have tried the following: =SUM(IF((A3:A6="mm")*(B3:B6="e"),C3:C6)) it returns a Zero (0). Have also tried the product and get an error. Not sure if I can actually do this? I would appreciate any help you can provide!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
SUMIF with Mutiple Ranges & Criteria | Excel Discussion (Misc queries) | |||
SUMIF Not | Excel Discussion (Misc queries) | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |