ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Averaging Cells without an Error (https://www.excelbanter.com/excel-worksheet-functions/213009-averaging-cells-without-error.html)

Kcope8302

Averaging Cells without an Error
 
I have a worksheet with afew thousands entries. I want to average each column
but I am having a problem since some of the cells have errors. I want to
ignore those errors since they are part of the data and still average the
data in the column. The formula I used is:
=AVERAGE(IF(NOT(ISERROR(D2:D16)),D2:D16)). But i only get 0.



Gary''s Student

Averaging Cells without an Error
 
=AVERAGE(IF(ISNUMBER(D2:D16),D2:D16,""))
This is an array formula that must be entered with CNTRL-SHFT-ENTER rather
than just the ENTER key.
--
Gary''s Student - gsnu200819

Jarek Kujawa[_2_]

Averaging Cells without an Error
 
=AVERAGE(IF(NOT(ISERROR(D2:D16)),D2:D16,))

insert with CTRL+SHIFT+ENTER not just ENTER

maybe this is yr problem

Jarek Kujawa[_2_]

Averaging Cells without an Error
 
sorry, my formula gives incorrect result

Bob Phillips[_3_]

Averaging Cells without an Error
 
Make sure that you array enter it, that is Ctrl-Shift-Enter, not just Enter.

--
__________________________________
HTH

Bob

"Kcope8302" wrote in message
...
I have a worksheet with afew thousands entries. I want to average each
column
but I am having a problem since some of the cells have errors. I want to
ignore those errors since they are part of the data and still average the
data in the column. The formula I used is:
=AVERAGE(IF(NOT(ISERROR(D2:D16)),D2:D16)). But i only get 0.





David Biddulph[_2_]

Averaging Cells without an Error
 
If you are trying to reply to some previous mesage, please remember to quote
enough of that message to put your reply into context. All your recent
posts have been devoid of context, and thus meaningless to most readers of
the newsgroup.

Advice on how to quote is available in numerous places, such as:
http://www.anta.net/misc/nnq/nquote.shtml
--
David Biddulph

"Jarek Kujawa" wrote in message
...
sorry, my formula gives incorrect result




Jarek Kujawa[_2_]

Averaging Cells without an Error
 
ok
however sb. understood them I presume...

On 9 Gru, 16:50, "David Biddulph" <groups [at] biddulph.org.uk wrote:
If you are trying to reply to some previous mesage, please remember to quote
enough of that message to put your reply into context. *All your recent
posts have been devoid of context, and thus meaningless to most readers of
the newsgroup.

Advice on how to quote is available in numerous places, such as:http://www.anta.net/misc/nnq/nquote.shtml
--
David Biddulph

"Jarek Kujawa" wrote in message

...



sorry, my formula gives incorrect result- Ukryj cytowany tekst -


- Pokaż cytowany tekst -




All times are GMT +1. The time now is 11:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com