Thread: sumif with < ""
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default sumif with < ""

you can try this and see if it does what you want

=SUMIF(B1:B100,"<Fill",A1:A100)

--


Gary


"Sean" wrote in message
...
Column A has 1's all the way down it column B has names all the way down it,
and then the word Fill if it needs a person there. I want to sum how many
workers I have that are not named Fill. I tried using
SUMIF(A1:A100,<"Fill",B1:B100) and all I get are errors. Any help would be
great