28creation
Board Regular
- Joined
- Oct 13, 2014
- Messages
- 124
Hi all,
I'm producing an average of G9-K9, but only if the result is over 0, so I have this initial formula:
=AVERAGEIF(G9:K9,"<>0")
This works fine.
But I'm trying to include an ISERROR so if there's no results in the boxes specified the cell will produce a blank box rather than #DIV/0!.
I've tried to use an example formula off another spreadsheet & it's not working:
=AVERAGEIF(ISERROR(G9:K9,"<>0"),"",G9:K9).
Hope someone can point me in the right direction.
Thanks.
I'm producing an average of G9-K9, but only if the result is over 0, so I have this initial formula:
=AVERAGEIF(G9:K9,"<>0")
This works fine.
But I'm trying to include an ISERROR so if there's no results in the boxes specified the cell will produce a blank box rather than #DIV/0!.
I've tried to use an example formula off another spreadsheet & it's not working:
=AVERAGEIF(ISERROR(G9:K9,"<>0"),"",G9:K9).
Hope someone can point me in the right direction.
Thanks.