View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey Duke Carey is offline
external usenet poster
 
Posts: 1,081
Default how compear two or more values into the same function

Even shorter:

=OR(R20={10,20,30})

"Mike H" wrote:

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"