Average if

O

OzzyJim

Hi All,

Am trying to get an average with the following

=AVERAGE(IF('Commercial Register'!N14:N2437="Repair",'Commercial
Register'!$AD$14:$AD$2437, 0))

So if results in column N meet "repair" criteria, it averages the results in
column AD

No Joy even in an array format. Any ideas???

Cheers
Jim
 
J

Jacob Skaria

Try the below (without the FALSE condition)

=AVERAGE(IF('Commercial Register'!N14:N2437="Repair",
'Commercial Register'!$D$14:$D$2437))
 

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

Similar Threads


Top