Skip to content

Instantly share code, notes, and snippets.

@csmoore
Last active August 29, 2015 14:22
Show Gist options
  • Save csmoore/6691d929f2ece63f6955 to your computer and use it in GitHub Desktop.
Save csmoore/6691d929f2ece63f6955 to your computer and use it in GitHub Desktop.
Obscure Excel formulas I can never remember
Cell contains substring?
=ISNUMBER(SEARCH("NEW_AT_2525D",E2))
Compare if the same string:
=IF(VLOOKUP(B1,B:B,1)=B2,"True","False")
Count occurences:
=SUMPRODUCT(--(ISNUMBER(SEARCH("String",A:A))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment