Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello Excel Experts,
I need an Excel formula to compute an average of percentages, ignoring the "EXC" code and zeroing out blank entries. Here is my guess: =AVERAGE(IF(H5:AY5="EXC","",IF(ISBLANK(H5:AY5),0,H 5:AY5/H$2:AY$2))) The #VALUE error is displayed in the cell. However, if I click the equals sign in the formula palette, I can see numbers in the dialog. The "Number1" field is shown to have the value of an array of numbers. There is a number next to the "Formula result=" line. So why the error? I'm using Excel for Mac Version 11.3.7 (070724), and spreadsheet has been exported from Google Documents. Thanks in advance for any help. --Matthew Leingang |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Did you enter it as an array formula (Control Shift Enter, or whatever your
Mac equivalent is)? You'll get that error if you don't. -- David Biddulph "Matthew Leingang" wrote in message ... Hello Excel Experts, I need an Excel formula to compute an average of percentages, ignoring the "EXC" code and zeroing out blank entries. Here is my guess: =AVERAGE(IF(H5:AY5="EXC","",IF(ISBLANK(H5:AY5),0,H 5:AY5/H$2:AY$2))) The #VALUE error is displayed in the cell. However, if I click the equals sign in the formula palette, I can see numbers in the dialog. The "Number1" field is shown to have the value of an array of numbers. There is a number next to the "Formula result=" line. So why the error? I'm using Excel for Mac Version 11.3.7 (070724), and spreadsheet has been exported from Google Documents. Thanks in advance for any help. --Matthew Leingang |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Oh, thanks for reminding me about that. The cell is in a list, and
even though I did enter it as an array formula, selecting "Yes" to the dialog asking if I want to copy the formula to the other cells in the column copies the plain (non-array, i.e., erroneous) formula. --Matt On Jan 22, 9:14 am, "David Biddulph" <groups [at] biddulph.org.uk wrote: Did you enter it as an array formula (Control Shift Enter, or whatever your Mac equivalent is)? You'll get that error if you don't. -- David Biddulph "Matthew Leingang" wrote in message ... Hello Excel Experts, I need an Excel formula to compute an average of percentages, ignoring the "EXC" code and zeroing out blank entries. Here is my guess: =AVERAGE(IF(H5:AY5="EXC","",IF(ISBLANK(H5:AY5),0,H 5:AY5/H$2:AY$2))) The #VALUE error is displayed in the cell. However, if I click the equals sign in the formula palette, I can see numbers in the dialog. The "Number1" field is shown to have the value of an array of numbers. There is a number next to the "Formula result=" line. So why the error? I'm using Excel for Mac Version 11.3.7 (070724), and spreadsheet has been exported from Google Documents. Thanks in advance for any help. --Matthew Leingang |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Apparently missing in Excel 2007 | Excel Discussion (Misc queries) | |||
Apparently exceeds max formula length? | Excel Discussion (Misc queries) | |||
My needs are simple-apparently, so am I | Excel Worksheet Functions | |||
Calculating time between successful data transmissions | Excel Discussion (Misc queries) | |||
trying to reinstall excel 5.0, apparently missing a disk | Setting up and Configuration of Excel |