Thread: Sum if not null
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Sum if not null

=SUMIF(A:A,"<",B:B)

Above doesn't seem to return correctly if col A contained null strings: "",
which was what I thought Fred was looking for. That's why I suggested the
good, old Sumproduct way <g.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---