Thread: Countif
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
steve steve is offline
external usenet poster
 
Posts: 141
Default Countif

I need to use a countif function to find the number of
cells with a number less than zero in them. The problem
is, the range is 4 misc. cells. d55, d118, d173, d191. i
entered the cells individually (countif
(d55,d118,d173,d191, "<0")and i am getting an error. Can
anyone help?


Thanks for your time,
Steve