I'm looking for a formula to compare text in one specific cell with information in a range of cells within a column. If the text in the original cell matches and of the information in the column of cells, then display a "found"... if not display "not found".
EXAMPLE
original cell = 25
column of cells are random numbers
if it finds 25 in the column, then return "found"
if it does not find 25 in the column, then return "not found"
EXAMPLE
original cell = 25
column of cells are random numbers
if it finds 25 in the column, then return "found"
if it does not find 25 in the column, then return "not found"