Hello everyone,

I am trying to create a function for a spreadsheet at work, and my function continues to return the "false" value, even if it should be true. Below is the function I have so far:

=IF(AND(ISNUMBER(SEARCH("VA",J3)),(K3=810),(K3=1050),(K3=1080),(N3<=0)),"Increase","Needs Review")
What I would like is for the function to return the value true, if cell K contains any of the 3 numbers (810, 1050, or 1080). Is this a posibility? I have also tried K3=810,1050,1080, and that has not worked. Thank you in advance for the help.

Joshua Robbins