View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff Biff is offline
external usenet poster
 
Posts: 1,688
Default ADD AN ITEM IN A FORMULA ONLY IF IT IS A NEGATIVE

=SUMIF(A1:A5,"<0")

Biff

"tcazabon" wrote in message
...
I would like to add an item in a formula only if it is a negative number.