Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I know this can be done ... but I'm not exactly sure how. Let's say we have 3 columns. Column A contains names which are not unique. Column B contains a code to indicate, in this case a source for the data. Column C has the data that needs to be summed... I have used =sumif(A1:A50,"Joe Smith",C1:C50) - but how do I get it to add only Joe Smith's cells in column C when the letter E is in column B? It's driving me crazy... ![]() -- DiDi ------------------------------------------------------------------------ DiDi's Profile: http://www.excelforum.com/member.php...o&userid=33473 View this thread: http://www.excelforum.com/showthread...hreadid=532772 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Try SUMPRODUCT() =SUMPRODUCT(--(A1:A50="Joe Smith"),--(B1:B50="E"),(C1:C50)) -- Cutter ------------------------------------------------------------------------ Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848 View this thread: http://www.excelforum.com/showthread...hreadid=532772 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() This worked.... You can't imagine how crazy I've been going over this. It brings up another question regarding multiple conditions. How can I count up the total number of times that Joe Smith (A) is using the E code (B)?:) -- DiDi ------------------------------------------------------------------------ DiDi's Profile: http://www.excelforum.com/member.php...o&userid=33473 View this thread: http://www.excelforum.com/showthread...hreadid=532772 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Same formula but remove the last condition so it would be: =SUMPRODUCT(--(A1:A50="Joe Smith"),--(B1:B50="E")) -- Cutter ------------------------------------------------------------------------ Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848 View this thread: http://www.excelforum.com/showthread...hreadid=532772 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() That does it .... and to think I wasted a bunch of time trying all sorts of different fixes.... very, very much appreciated. :) :) :) (I'm not a big fan of smilies.....but) -- DiDi ------------------------------------------------------------------------ DiDi's Profile: http://www.excelforum.com/member.php...o&userid=33473 View this thread: http://www.excelforum.com/showthread...hreadid=532772 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You're very welcome. You have a lovely smile(s). -- Cutter ------------------------------------------------------------------------ Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848 View this thread: http://www.excelforum.com/showthread...hreadid=532772 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple conditions in a formula | Excel Worksheet Functions | |||
formula to fill text with multiple conditions | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Sum(if ... multiple conditions ... Interpretation? | Excel Discussion (Misc queries) |