Hi
i am trying to count all the the number 4s and 5s wtihin a column. I am using this formula
=COUNTIF([Stage ID]:[Stage ID], =4) + =COUNTIF([Stage ID]:[Stage ID], =5)
but it does not work. the column has many 1,2,3,4,5,6 and i just want to count the 4 and 5s.
thanks for your help