Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I'm trying to get the sum of a range in columb A, only if in the same row in columb b has "text b" AND columb c has "text c" Any help will be appreciated! -- teeb ------------------------------------------------------------------------ teeb's Profile: http://www.excelforum.com/member.php...o&userid=13172 View this thread: http://www.excelforum.com/showthread...hreadid=508930 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=SUMPRODUCT((B1:B100="textb")*(C1:C100="textc")*A1 :A100) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "teeb" wrote in message ... I'm trying to get the sum of a range in columb A, only if in the same row in columb b has "text b" AND columb c has "text c" Any help will be appreciated! -- teeb ------------------------------------------------------------------------ teeb's Profile: http://www.excelforum.com/member.php...o&userid=13172 View this thread: http://www.excelforum.com/showthread...hreadid=508930 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(A1:10,--(B1:B10="text b"),--(C1:C10="text c"))
should work. "teeb" wrote: I'm trying to get the sum of a range in columb A, only if in the same row in columb b has "text b" AND columb c has "text c" Any help will be appreciated! -- teeb ------------------------------------------------------------------------ teeb's Profile: http://www.excelforum.com/member.php...o&userid=13172 View this thread: http://www.excelforum.com/showthread...hreadid=508930 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Well I'll be darned !
A *triple* dead-heat.<bg -- Regards, RD ---------------------------------------------------------------------------- ------------------- Please keep all correspondence within the Group, so all may benefit ! ---------------------------------------------------------------------------- ------------------- "teeb" wrote in message ... I'm trying to get the sum of a range in columb A, only if in the same row in columb b has "text b" AND columb c has "text c" Any help will be appreciated! -- teeb ------------------------------------------------------------------------ teeb's Profile: http://www.excelforum.com/member.php...o&userid=13172 View this thread: http://www.excelforum.com/showthread...hreadid=508930 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Didn't notice that they were all the same. I, also, have never seen that
before. -- Don Guillett SalesAid Software "RagDyeR" wrote in message ... Well I'll be darned ! A *triple* dead-heat.<bg -- Regards, RD ---------------------------------------------------------------------------- ------------------- Please keep all correspondence within the Group, so all may benefit ! ---------------------------------------------------------------------------- ------------------- "teeb" wrote in message ... I'm trying to get the sum of a range in columb A, only if in the same row in columb b has "text b" AND columb c has "text c" Any help will be appreciated! -- teeb ------------------------------------------------------------------------ teeb's Profile: http://www.excelforum.com/member.php...o&userid=13172 View this thread: http://www.excelforum.com/showthread...hreadid=508930 |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Man...! What are the odds of that???
Must be about the same as Lou Ghehrig dying of Lou Gehrig disease!!! <vbg "RagDyeR" wrote in message ... Well I'll be darned ! A *triple* dead-heat.<bg -- Regards, RD ---------------------------------------------------------------------------- ------------------- Please keep all correspondence within the Group, so all may benefit ! ---------------------------------------------------------------------------- ------------------- "teeb" wrote in message ... I'm trying to get the sum of a range in columb A, only if in the same row in columb b has "text b" AND columb c has "text c" Any help will be appreciated! -- teeb ------------------------------------------------------------------------ teeb's Profile: http://www.excelforum.com/member.php...o&userid=13172 View this thread: http://www.excelforum.com/showthread...hreadid=508930 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct | Excel Worksheet Functions | |||
sumproduct causing memory errors? | Excel Worksheet Functions | |||
Can I reference =, <, or > sign in SUMPRODUCT | Excel Discussion (Misc queries) | |||
Sumproduct function not working | Excel Worksheet Functions | |||
adding two sumproduct formulas together | Excel Worksheet Functions |