Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using a SUMPRODUCT statement to calculate data in a spreadsheet. I want
one of the elements of this SUMPRODUCT to look into a range of cells (A1: A20) and find all occurences where the text in (A1: A20) contains the text string "XXX". Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() WildWill;280891 Wrote: I am using a SUMPRODUCT statement to calculate data in a spreadsheet. I want one of the elements of this SUMPRODUCT to look into a range of cells (A1: A20) and find all occurences where the text in (A1: A20) contains the text string "XXX". Thanks! in your SUMPRODUCT introduce isnumber(find("xxx",a1:a20)) FIND is case-sensitive, you can also use SEARCH -- Pecoflyer Cheers - *'Membership is free' (http://www.thecodecage.com)* & allows file upload -faster and better answers *Adding your XL version* to your post helps finding solution faster ------------------------------------------------------------------------ Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=78442 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Find" a wildcard as a place marker and "replace" with original va | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
SUMPRODUCT(--ISNUMBER(FIND("AM",C5:160))*(k5:k160="") | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |