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

Seems like both formulas work, thank you!!

"Jarek Kujawa" wrote:

another way:

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

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