Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9274005
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T16:14:59+00:00 2026-06-18T16:14:59+00:00

In excel using vba how do I programatically take the average of a column,

  • 0

In excel using vba how do I programatically take the average of a column, excluding empty fields and the values equal to “3”.

I have a column with a header “isCompleted” where the value can be 0 (no) or 1 (yes) or 3 (not relevant)

to see how many have been completed I’d take the average of only the 0 and 1 scores. How do I do that programatically?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T16:15:00+00:00Added an answer on June 18, 2026 at 4:15 pm

    xl03

    With Application.WorksheetFunction
    MsgBox .SumIf(Range("A:A"), "<3") / .CountIf(Range("A:A"), "<3")
    End With
    

    or, assuming you have xl07 or higher

    I think you want

    MsgBox Application.WorksheetFunction.AverageIfs(Range("A:A"), Range("A:A"), "<3")
    
    'or perhaps
    MsgBox Application.WorksheetFunction.AverageIfs(Range("A:A"), Range("A:A"), "<=1")
    

    to average the 0 and 1 values

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have to make column charts in Excel using VBA only (no user input).
I have problem creating new instance of excel 2007 using VBA (from Access 2002).
I'm using Excel VBA and have a worksheet_change event like so: Private Sub Worksheet_Change(ByVal
Using Excel 2007 VBA Have a sheet Dashboard, have other sheets but some special
I'm trying to insert form values into my Excel spreadsheet using vba but my
I have VBA code that I wrote that creates an Excel Column Cluster chart
So if you have a graph created in excel using vba, how do you
I've written several very helpful excel add-ins using VBA. I'm using Excel for Mac
I am using Excel VBA 2003. Is it possible to create new recordset by
How to get the size of the posters by using vba excel. I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.