View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Adding different numbers

Hi,

Try this
=COUNTIF(A1:A1000,ROW(A1))

This will count the 1s drag dow and it will count the 2s and every time you
drag down it increments.

Mike

"jaywizz" wrote:

Sorry just a follow up question. If I have a column filled with 1's, 2's and
3's how can I count each number i.e. there are seven 1's, six 2's and eleven
3's?