View Single Post
  #3   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

=SUMIF(Range,"<#N/A")

René wrote:
I have a table where I lookup working hours in a "Incident reporting sheet"
I want to sum these hours per week. Some of the cells are invalid (#N/A),
because there were no incidents that day. But then I can't get the sum for
those specific weeks. How do I ignore the invalid cells in summing those
arrays?