Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
How can I get the sum of data in a column if there are non number
elements too? FOr example, I have got a column with numbers and #NA. When I take the sum or average, #NA is diplayed. Instead I want to get the actual average of numbers alone. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
=AVERAGE(IF(NOT(ISNA(A2:A200)),A2:A200))
which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. Excel will automatically enclose the formula in braces (curly brackets), do not try to do this manually. When editing the formula, it must again be array-entered. But wouldn't it be better to correct the #N/As? -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) wrote in message ... How can I get the sum of data in a column if there are non number elements too? FOr example, I have got a column with numbers and #NA. When I take the sum or average, #NA is diplayed. Instead I want to get the actual average of numbers alone. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count number of cells and total in one column, based on another column suffix | Excel Worksheet Functions | |||
Add cells in column depending on value of cells in another column | Excel Discussion (Misc queries) | |||
how do I update a column and create new rows for new column cells | Excel Discussion (Misc queries) | |||
Copying a column of single cells into a column of merged cells | Excel Discussion (Misc queries) | |||
calculate which cells in column A will give me the total of column | Excel Worksheet Functions |