View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Find if value exits in array

Try

=IF(COUNTIF(A1:D4,E1)0,"It's there","It's not there")

Where
a1 - D4 is your array
E1 contains the number you are looking for

Mike

"Glynn" wrote:

I need to determine if a numeric value held in a cell exists is a multy row,
multy column array of numeric values
--
Regards.

Glynn Taylor