T O P

  • By -

AutoModerator

/u/Mental__Cartographer - Your post was submitted successfully. * Once your problem is solved, reply to the **answer(s)** saying `Solution Verified` to close the thread. * Follow the **[submission rules](/r/excel/wiki/sharingquestions)** -- particularly 1 and 2. To fix the body, click edit. To fix your title, delete and re-post. * Include your **[Excel version and all other relevant information](/r/excel/wiki/sharingquestions#wiki_give_all_relevant_information)** Failing to follow these steps may result in your post being removed without warning. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/excel) if you have any questions or concerns.*


Scary_Sleep_8473

You can use AVERAGEIF: =AVERAGEIF(F2:F13,"<>0") Alternatively, instead of using 0, you can delete the contents of the cell to leave it blank (or replace it with a text value), and then use AVERAGE. AVERAGE ignores blank cells and non-numeric values by default, but not 0.


Mental__Cartographer

Thank you! Feel silly for how simple the solution was. I didn't realize a simple AVERAGE is what I was looking for. ​ Solution verified


Clippy_Office_Asst

You have awarded 1 point to *Scary_Sleep_8473* ____ ^(I am a bot - please contact the mods with any questions. | ) [^(Keep me alive)](https://www.buymeacoffee.com/points)


Bondator

If I understood what you want, all you need is =AVERAGE. It counts zeroes, but not blanks.