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 how compear two or more values into the same function

Maybe

=IF(OR(R20=10,R20=20,R20=30),TRUE,FALSE)

Mike

"Fabian" wrote:

i need check two or more "values"getting into the same cell but into the same
function someting like this example
IF (R20=30 or 20 or 10),"true", "false"