Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default What does the ~ mean in formula =SUMIF(M13:M9087,"~**",E13:E9087)

What does the ~ mean in formula =SUMIF(M13:M9087,"~**",E13:E9087)?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default What does the ~ mean in formula =SUMIF(M13:M9087,"~**",E13:E9087)

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default What does the ~ mean in formula =SUMIF(M13:M9087,"~**",E13:E90

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default What does the ~ mean in formula =SUMIF(M13:M9087,"~**",E13:E9087)

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I use "sumif" for cells "0" across multiple ranges? PKB Excel Discussion (Misc queries) 2 July 14th 09 01:05 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Sumif formula that uses "contains" rather than "equals" jerrymcm Excel Discussion (Misc queries) 4 October 2nd 07 05:15 PM
How to Count the number of "rows" (or Array items) included in a Sumif formula? EagleOne Excel Discussion (Misc queries) 3 July 30th 07 06:25 PM
How do I test values in 2 different columns in a "sumif" formula? SteveS Excel Discussion (Misc queries) 8 June 3rd 07 11:27 PM


All times are GMT +1. The time now is 03:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"