compare a value to many other values

  • Thread starter Thread starter Viktor
  • Start date Start date
V

Viktor

I want to check if a certain value (cell) is equal to any of a number of
cells (N5:AQ32). If the value equals one or more of the cells i want it to
return "1", if not return "0".

Thanks in adwance.

Viktor
 
another one:

=--(COUNTIF(N5:AQ32,A1)>0)

The -- stuff changes True to 1 and false to 0.
 
Back
Top