Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you!!! - Didn't even think of using wild cards.
"Dave Peterson" wrote: Maybe you can use =sumif() since it accepts wild cards. =sumif(a:a,"*xxx*",b:b) or if xxx was in z99 =sumif(a:a,"*"&z99&"*",b:b) I'd check for empty cells first: =if(z99="","",sumif(...)) Dhazmo wrote: Hi, Column A contains text and numbers with some recurring text ie 1234 xxx 098 1342 xxx 878 5642 xxx 456 Column B contains a number. I need to sum column b on selected text criteria in Column A. I can't use LEN or RIGHT as the number of characters in column A are never the same and there isn't always a space between numbers and text. I thought trying to use a SUMPRODUCT with a FIND as one of the array options, but for the life of me can't make it work. Help please -- Dave Peterson . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find repeated text in a text document in Excel | Excel Worksheet Functions | |||
Search, find or lookup defined text in text string | Excel Worksheet Functions | |||
find text in cell and replace it with part of the text in that ce. | Excel Discussion (Misc queries) | |||
Find text within cell then display text to left | Excel Discussion (Misc queries) | |||
can you find specific text in a string ignoring any other text | Excel Discussion (Misc queries) |