Created
December 17, 2014 11:15
-
-
Save rpfilomeno/db3e70144e1f0ec950fc to your computer and use it in GitHub Desktop.
MS Office Tricks
This file contains hidden or 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
| Check if value is in column range | |
| =IF(ISNA(VLOOKUP(<single column I value>,<entire column E range>,1,FALSE)),FALSE, TRUE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment