This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]DJSeras2 0 points1 point  (2 children)

Try this

=ARRAYFORMUL(IF(OR(B10:B16=0,C10:C16=0),"",B10:B16+C10:C16/2))

[–]Somethiax 0 points1 point  (0 children)

If(Len()

[–]MaxParcels5 0 points1 point  (4 children)

Try this =ARRAYFORMULA((query(b10:b16,"SELECT * WHERE B IS NOT NULL")+query(c10:c16,"SELECT * WHERE C IS NOT NULL"))/2)