=averageif

S

Shane Devenshire

Hi,

the AVERAGEIF function was introduced in 2007, you have to use an alternate
method. You have one, here is another, using an array:

=AVERAGE(IF(test,"",B1:B7))

to make this an array press Shift+Ctrl+Enter, not Enter to enter it. Enter
your "test"
 
Top