View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
The Dude The Dude is offline
external usenet poster
 
Posts: 10
Default Logical statement: equivalent of an IN function?

Hello everyone!

Please, would you know if there is an IN function under Excel (or access) so
that I can compare values without repeating the same equation?

Unless it exists, I am compelled to write expressions like:

If strTemp like * or strTemp like * or strTemp like * or... Then

isnt'it ?

Thanks ;)