Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Jim,
I was looking at the link but getting in a muddle!!! I used your formula and modified it alittle and came up with this: =SUMPRODUCT(--(Date1=Orders!$H$3),--(Date1<=Orders!$I$3),--(ISNUMBER(SEARCH("Search", Purpose)))) It works well. Thanks once again. "Jim Thomlinson" wrote: Since you are using named ranges this will be a general formula... =SUMPRODUCT(--(Date1=Orders!$H$3),--(Date1<=Orders!$I$3),--(Purpose=A2), --(isnumber(Search("Search", C1:C10)))) Check out the previously supplied link for more info... -- HTH... Jim Thomlinson "hoyos" wrote: Appologies Jim It's column "C" "Jim Thomlinson" wrote: Since you have not told us which column will contain the word search... http://www.xldynamic.com/source/xld....2.html#partial -- HTH... Jim Thomlinson "hoyos" wrote: How can I modify the formula below so that it counts the word "Search" =SUMPRODUCT(--(Date1=Orders!$H$3),--(Date1<=Orders!$I$3),--(Purpose=A2)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Cells in a particular row w/ text | New Users to Excel | |||
Count blank cells and cells with text | Excel Discussion (Misc queries) | |||
Count Cells with Text Only | Excel Discussion (Misc queries) | |||
Count single Text in cells with multiple text entries | Excel Discussion (Misc queries) | |||
How do I count cells with text but ignore cells with spaces? | Excel Discussion (Misc queries) |