Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
What formula do I use to get a sum for all values from collum "D" only if
there is a particular word (out of a few words)in columm "B" of the same row? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() If your word is "banana" =SUMIF(b:b,"*banana*",d:d) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=512987 |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
This worked for me =SUMPRODUCT(--(ISNUMBER(FIND("dog",B1:B4))),D1:D4)
In B I had text such as "dog sat", "need a dog", Any use to you? For explanation see http://www.xldynamic.com/source/xld.SUMPRODUCT.html http://mcgimpsey.com/excel/formulae/doubleneg.html -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Roger" wrote in message ... What formula do I use to get a sum for all values from collum "D" only if there is a particular word (out of a few words)in columm "B" of the same row? |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
thanks so much
"daddylonglegs" wrote: If your word is "banana" =SUMIF(b:b,"*banana*",d:d) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=512987 |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
From: "Brainless" -
Thanks for posting this! I had a thorny problem using ranges and cells with '00###" formats, and SUMIF worked to get the result I needed. This was a bit of an inspration for me. You are much more concise and helpful than Excel "help". Mark "daddylonglegs" wrote: If your word is "banana" =SUMIF(b:b,"*banana*",d:d) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=512987 |
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 - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions | |||
SUM(IF( Array to avoid #NUM! values | Excel Worksheet Functions |