Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In the criteria section of the SumIF function I would like to look for text
in the range of cells than contains a word or words. I know how to look for a single word, but do not how to look at a text string that contains certain text ie. In the range I may have cells that contains "chocolate fudge brownie" and "chocolate fudge popiscle" and "chocolate fudge peanuts" plus many other text entries I want to sum only the cells based on the range of cells containing "chocolate fudge" Thanks in advance for your help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use wildcards
=SUMIF(Range1,"*textstring*",Range2) -- Regards, Peo Sjoblom "Emile" wrote in message ... In the criteria section of the SumIF function I would like to look for text in the range of cells than contains a word or words. I know how to look for a single word, but do not how to look at a text string that contains certain text ie. In the range I may have cells that contains "chocolate fudge brownie" and "chocolate fudge popiscle" and "chocolate fudge peanuts" plus many other text entries I want to sum only the cells based on the range of cells containing "chocolate fudge" Thanks in advance for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIF with two criteria | Excel Discussion (Misc queries) | |||
SUMIF with 2 criteria PLEASE HELP | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
Sumif() with criteria | Excel Worksheet Functions | |||
sumif with 2 criteria | Excel Worksheet Functions |