What is the excel Wildcard in formulas?

F

Frank Kabel

Hi
in your case I would use
=1+MAX($A$5:$A$65536)+(88*(MOD(MAX($A$5:$A$65536),100)=12))

-----Original Message-----
Every programming language I've used has wildcards....what is Excel's?

I'm trying to use the following formula to simply find
numbers that end in 12. How can I make this work? (See
piece that shows '???12'. What is the wildcard instead
of ? that will work?)
 
Top