Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What does the ~ mean in formula =SUMIF(M13:M9087,"~**",E13:E9087)?
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
the Tilde sign (~) is telling the sumif formula to look for the * symbol and not treat that symbol as a wildcard. Mike "Dorothy" wrote: What does the ~ mean in formula =SUMIF(M13:M9087,"~**",E13:E9087)? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I should have added this only applies to the first *. The second * is being
treated as a wildcard so the sumif adds up if any cell in the criteria range begins with * and has anything (or nothing) after it "Mike H" wrote: Hi, the Tilde sign (~) is telling the sumif formula to look for the * symbol and not treat that symbol as a wildcard. Mike "Dorothy" wrote: What does the ~ mean in formula =SUMIF(M13:M9087,"~**",E13:E9087)? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just to add...
There are a handful of worksheet functions that support wildcards (like =countif() and =sumif()). When you want to use one of those characters, but not have it treated as a wildcard, you have to tell excel somehow--so you precede the character with that tilde (~*, ~? and ~~). And excel supports these same wildcards when you do an Edit|Replace or Edit|Find. If you want to replace an asterisk character, use ~* in the from string. If you want to replace a question mark, use ~? in the from string. If you want to replace a tilde (~), use ~~ in the from string. Dorothy wrote: What does the ~ mean in formula =SUMIF(M13:M9087,"~**",E13:E9087)? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use "sumif" for cells "0" across multiple ranges? | 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) | |||
Sumif formula that uses "contains" rather than "equals" | Excel Discussion (Misc queries) | |||
How to Count the number of "rows" (or Array items) included in a Sumif formula? | Excel Discussion (Misc queries) | |||
How do I test values in 2 different columns in a "sumif" formula? | Excel Discussion (Misc queries) |