Created
November 19, 2019 10:50
-
-
Save ahmednrana/97451ba9924e0f4f723b599aea5097dc to your computer and use it in GitHub Desktop.
Check if a cell exists in a column #excel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=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