ISINARRAY


Returns TRUE if value is found in an array, otherwise FALSE

Syntax:

ISINARRAY(array, value)

array is the array of values we are looking at.

value is the element we are looking for in array.


Example:

If A1:A10 contains numbers 1 to 10, and B1 contains 1:

ISINARRAY(A1:A10, B1)

returns TRUE


If A1:A10 contains numbers 1 to 10, and B1 contains 11:

ISINARRAY(A1:A10, B1)

returns FALSE



A

B

C

1
1
1
TRUE
2
2
 
 
3
3
 
 
4
4
 
 
5
5
 
 
6
6
 
 
7
7
 
 
8
8
 
 
9
9
 
 
10
10
 
 



This page is protected by Google reCAPTCHA. Privacy - Terms.
 
Built using Zapof