View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jarek Kujawa[_2_] Jarek Kujawa[_2_] is offline
external usenet poster
 
Posts: 896
Default SUM ONLY CELLS INA RANGE THAT ARE NUMBERS

another way:

=SUM(IF(ISERROR(A1:A6),0,A1:A6))

this is an array formula so insert it using CTRL+SHIFT+ENTER