Wildcard character

A

agenda9533

I have a formula (SUMIF('Email Data'!O:O,"<>.*",'Email Data'!P:p))

In this case what the Wildcard character "<>.*" means?

Thank you
 
J

JE McGimpsey

"Is not equal to the period character, followed by zero or more of any
character"

so it excludes
 
Top