Hello all,
I am currently trying to search an array of random numbers to verify that a specific number is present. When I use the match function it only seems to work with a columb of numbers and not a whole array. Here is an example of what I am trying to do but its not working.... Since 1 is present in the array I would expect the function to return Yes but insteat is returns NA.
I am currently trying to search an array of random numbers to verify that a specific number is present. When I use the match function it only seems to work with a columb of numbers and not a whole array. Here is an example of what I am trying to do but its not working.... Since 1 is present in the array I would expect the function to return Yes but insteat is returns NA.