Thread: Wildcards
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Charlie Charlie is offline
external usenet poster
 
Posts: 703
Default Wildcards

This is a very good source of examples on SUMPRODUCT

http://www.xldynamic.com/source/xld....T.html#classic

"Charlie" wrote:

Sorry, I didn't see your first post "...Say to count mulitple rows where cells
that begin with th same number or letter?"

I found an example of SUMPRODUCT and made it work to count the number of
rows that have cells in column "A" that start with the letter "A". My
knowledge of SUMPRODUCT is very limited but you can maybe try it

=SUMPRODUCT(--(LEFT(A1:A10,1)="A"),--(A1:A10<""))

"italiavb" wrote:

Sorry for the repost, but I kinda thought someone would know the answer. My
question was; "can wildcards (* ~) be used in formulas?
Thanks