Thread: sum function
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default sum function

Use SUMIF()

=SUMIF(A1:J1,"0")

If this post helps click Yes
---------------
Jacob Skaria


"dannyboy8" wrote:

if I have a row of #s and I want the sum to include only the positive #s,
what kind of formula could I write to accomplish this?