Thread: formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Florence
 
Posts: n/a
Default formula

Can you try COUNTIF function? Supposed that cells contained yr answers is
ranged from A1 to A10, then at A11:
=COUNTIF(A1:A10, TRUE)

Hope it helps!

"msiz" wrote:

what formula do I use to total words? ie I have a column of TRUE and FALSE
answers and I want to add up how many TRUE answers there are
THanks :)