View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
annem
 
Posts: n/a
Default Searching a Range for a number over 40

I have a row of numbers that containing hours worked and I want to know if
any of them are over 40. What formula should I use to tell if there are any?
It seemed that an IF statement something like this would work.
=IF(A3:cc340,"yes","no") but I'm not sure what the proper syntax for the
range is. Because I get the error #VALUE!. Simple I'm sure, but I can't
find it in Help. Annem