View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
LRBryan LRBryan is offline
external usenet poster
 
Posts: 7
Default Is there a "between" function?

Hi - I'm trying to use the "sumif" function, but have a large number of
variables to check for. What I'd like to do is:

=sumif(C8:C56,OR(between(5100,5999),5007,5008),E8: E56)

but this does not work (I'm assuming because the "between" function is not
valid.

Is there another way to do this?

Thanks!