ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   get an average of 3 cells, if they all have numbers, in excel. (https://www.excelbanter.com/excel-worksheet-functions/252911-get-average-3-cells-if-they-all-have-numbers-excel.html)

rudyjudy

get an average of 3 cells, if they all have numbers, in excel.
 
In excel I need to average 3 cells, only if they all contain a number.
and if they don't contain a number, don't display an error.


Joe User[_2_]

get an average of 3 cells, if they all have numbers, in excel.
 
"rudyjudy" wrote:
In excel I need to average 3 cells, only if they all contain a number.
and if they don't contain a number, don't display an error.


=IF(COUNT(A1,B2,C3)=3, AVERAGE(A1,B2,C3), "")

Unfortunately, you will not see this response unless you use a different NG
interface, e.g. Google Groups or a newsreader that access the MSnews server,
msnews.microsoft.com. There is a problem with the MSDG web interface, which
has not been fixed for over 22 hours now.


CellShocked

get an average of 3 cells, if they all have numbers, in excel.
 
On Sun, 10 Jan 2010 01:25:01 -0800, rudyjudy
wrote:

In excel I need to average 3 cells, only if they all contain a number.
and if they don't contain a number, don't display an error.


Highlight the three cells and look down at the bottom of the worksheet
window at the status bar. The average is displayed.


All times are GMT +1. The time now is 05:06 AM.

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