Skip to content

Instantly share code, notes, and snippets.

@ahmednrana
Created November 19, 2019 10:50
Show Gist options
  • Save ahmednrana/97451ba9924e0f4f723b599aea5097dc to your computer and use it in GitHub Desktop.
Save ahmednrana/97451ba9924e0f4f723b599aea5097dc to your computer and use it in GitHub Desktop.
Check if a cell exists in a column #excel
=NOT(ISERROR(MATCH(A2,$B$2:$B$1001,0)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment