Excel: VLOOKUP that returns true or false?
        Posted  
        
            by Svish
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Svish
        
        
        
        Published on 2010-05-19T14:51:55Z
        Indexed on 
            2010/05/19
            15:00 UTC
        
        
        Read the original article
        Hit count: 227
        
excel
|excel-2003
In Excel we have the VLOOKUP function that looks for a value in a column in a table and then returns a value from a given column in that table if it finds something. If it doesn't, it produces an error.
Is there a function that just returns true or false depending on if the value was found in a column or not?
© Stack Overflow or respective owner