K
Keith R
I have an array of non-contiguous cells, which are actually on different
pages (Sheet1!C3, Sheet2!C3, etc)
When I use an array formula on one page, it works fine:
=Average(if(iserror(C3:C12),"",C3:C12) [ctrl-Shift-Enter]
but when I use the same formula across my non-contiguous range, it gives an
error- any idea how to make it work?
=Average(if(iserror(Sheet1!C3, Sheet2!C3),"",Sheet1!C3, Sheet2!C3)
Thanks!!
Keith R
pages (Sheet1!C3, Sheet2!C3, etc)
When I use an array formula on one page, it works fine:
=Average(if(iserror(C3:C12),"",C3:C12) [ctrl-Shift-Enter]
but when I use the same formula across my non-contiguous range, it gives an
error- any idea how to make it work?
=Average(if(iserror(Sheet1!C3, Sheet2!C3),"",Sheet1!C3, Sheet2!C3)
Thanks!!
Keith R