AVERAGE formula not working

  • Thread starter Thread starter Julz
  • Start date Start date
J

Julz

Good day,

What am I doing wrong?

=AVERAGE(monthopen!$U$4:$U$20014=1,monthopen!$G$4:$G$20014)/(monthopen!$U$4:$U$20014=1)



Is there an online source for advanced Excel formulas?

Thanx,
~Julz
 
Hi
try the following array formula (entered with CTRL+SHIFT+ENTER)
=AVERAGE(IF(monthopen!$U$4:$U$20014=1,monthopen!$G$4:$G$20014))

or
=SUMIF(monthopen!$U$4:$U$20014,1,monthopen!$G$4:$G$20014)/COUNTIF(month
open!$U$4:$U$20014,1)

As an online ressource for advanced formulas: you're alread there :-)
 
You're right. You're ALWAYS right! :)

Frank said:
Hi
try the following array formula (entered with CTRL+SHIFT+ENTER)
=AVERAGE(IF(monthopen!$U$4:$U$20014=1,monthopen!$G$4:$G$20014))

or
=SUMIF(monthopen!$U$4:$U$20014,1,monthopen!$G$4:$G$20014)/COUNTIF(month
open!$U$4:$U$20014,1)

As an online ressource for advanced formulas: you're alread there :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top