• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

average fomula using also count if

gewilson

New Member
I have columns in a spreadsheet - one is animal type the next is animal age. I need to find the average age of dogs. I was thinking =countif(animaltype,("Dog"))) but also need to find the average of that total.
 
Thanks Fred! I was using column headers in the example below (category & rating). I want it to average all the numbers in the rating column if the category is accessibility. Sorry for the lame example.


=AVERAGE(COUNTIFcategory,"Accessibility")+COUNTIFrating,">0")
 
Back
Top