+ Reply to Thread
Results 1 to 79 of 79

Error Handling #N/A with AVERAGE Function - Average of values in Row

  1. #1
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Biff,

    Thank you very much - your Formula works well too.

    Thanks
    Sam

    Biff wrote:
    >=SUMIF(A1:E1,"<>#N/A")/COUNTIF(A1:E1,">0")



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  2. #2
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > >> brilliantly created by Dominic
    Believe there's a typo there ... should be: Domenic

    > He has a habit of doing that!

    I'm guessing <g> it should read as: > She has a habit of doing that!

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  3. #3
    Domenic
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    In article <[email protected]>,
    "Max" <[email protected]> wrote:

    > .. and perhaps Domenic could put to rest our guesses <g> !


    I just checked and it seems that I'm a 'he'. <VBG>

    So it looks like Biff get's the C-gar! <BG>

  4. #4
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Max,

    I thought I'd do the honourable thing and own up to my typo that started this
    conversation. It is Domenic, as you said.

    Cheers
    Sam

    Max wrote:
    >> >> brilliantly created by Dominic

    >Believe there's a typo there ... should be: Domenic
    >

    Biff wrote:
    >> He has a habit of doing that!


    Max wrote:
    >I'm guessing <g> it should read as: > She has a habit of doing that!
    >



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  5. #5
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Thanks, Domenic !
    Another intuitive guess bites the dust .. <bg>
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  6. #6
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > >> He has a habit of doing that!
    ... and perhaps Domenic could put to rest our guesses <g> !
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  7. #7
    Biff
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Hi!

    >> brilliantly created by Dominic


    He has a habit of doing that!

    =SUMIF(A1:E1,"<>#N/A")/COUNTIF(A1:E1,">0")

    Biff

    "Sam via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using
    > the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find
    > the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function
    > nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    > http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200507/1




  8. #8
    Biff
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Hi Max!

    >> He has a habit of doing that!

    >I'm guessing <g> it should read as: > She has a habit of doing that!


    My apologies if Domenic is not a "he" !

    Domenic, sounds like a "he" to me! BWDIK!

    Biff

    "Max" <[email protected]> wrote in message
    news:[email protected]...
    >> >> brilliantly created by Dominic

    > Believe there's a typo there ... should be: Domenic
    >
    >> He has a habit of doing that!

    > I'm guessing <g> it should read as: > She has a habit of doing that!
    >
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > GMT+8, 1° 22' N 103° 45' E
    > xdemechanik <at>yahoo<dot>com
    > ----
    >
    >




  9. #9
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Don,

    Thank you very much for your assistance - your Formula did the job.

    Cheers
    Sam

    Don Guillett wrote:
    >try this array formula entered with ctrl+shift+enter
    >=AVERAGE(IF(NOT(ISERROR($C$8:$C$10)),$C$8:$C$10))



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  10. #10
    Domenic
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    An alternative to the solutions provided by Biff and Don would be to
    change the formula to return a blank instead of #N/A...

    1) Select NewSheet!B8:L8

    2) Enter the following formula:

    =IF(COLUMN()-COLUMN(B8)+1<COUNTIF(Range,A8)+(FirstRow=""),TRANSPOSE(Array
    2-Array1)-1,"")

    3) Confirm with CONTROL+SHIFT+ENTER

    In this case, there would be no need to use conditional formatting.

    Hope this helps!

    In article <[email protected]>,
    "Sam via OfficeKB.com" <[email protected]> wrote:

    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    > http://www.officekb.com/Uwe/Forum.as...nt-Intervals-o
    > f-Filtered-TEXT-values-in-Column-and#51E8B7DD4D490%40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam


  11. #11
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Domenic,

    Thank you very much for additional assistance and great working Formulas.

    Cheers
    Sam

    Domenic wrote:
    >An alternative to the solutions provided by Biff and Don would be to
    >change the formula to return a blank instead of #N/A...
    >
    >1) Select NewSheet!B8:L8
    >2) Enter the following formula:
    >=IF(COLUMN()-COLUMN(B8)+1<COUNTIF(Range,A8)+(FirstRow=""),TRANSPOSE(Array
    >2-Array1)-1,"")
    >3) Confirm with CONTROL+SHIFT+ENTER
    >In this case, there would be no need to use conditional formatting.
    >
    >Hope this helps!



    --
    Message posted via http://www.officekb.com

  12. #12
    Don Guillett
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    try this array formula entered with ctrl+shift+enter
    =AVERAGE(IF(NOT(ISERROR($C$8:$C$10)),$C$8:$C$10))

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Sam via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using

    the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find

    the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function

    nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    >

    http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200507/1




  13. #13
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > ... It is Domenic, as you said.

    well <g> .. I did trace the link you posted to double-check ..

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  14. #14
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Biff,

    Thank you very much - your Formula works well too.

    Thanks
    Sam

    Biff wrote:
    >=SUMIF(A1:E1,"<>#N/A")/COUNTIF(A1:E1,">0")



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  15. #15
    Biff
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Hi Max!

    >> He has a habit of doing that!

    >I'm guessing <g> it should read as: > She has a habit of doing that!


    My apologies if Domenic is not a "he" !

    Domenic, sounds like a "he" to me! BWDIK!

    Biff

    "Max" <[email protected]> wrote in message
    news:[email protected]...
    >> >> brilliantly created by Dominic

    > Believe there's a typo there ... should be: Domenic
    >
    >> He has a habit of doing that!

    > I'm guessing <g> it should read as: > She has a habit of doing that!
    >
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > GMT+8, 1° 22' N 103° 45' E
    > xdemechanik <at>yahoo<dot>com
    > ----
    >
    >




  16. #16
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Thanks, Domenic !
    Another intuitive guess bites the dust .. <bg>
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  17. #17
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Don,

    Thank you very much for your assistance - your Formula did the job.

    Cheers
    Sam

    Don Guillett wrote:
    >try this array formula entered with ctrl+shift+enter
    >=AVERAGE(IF(NOT(ISERROR($C$8:$C$10)),$C$8:$C$10))



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  18. #18
    Domenic
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    In article <[email protected]>,
    "Max" <[email protected]> wrote:

    > .. and perhaps Domenic could put to rest our guesses <g> !


    I just checked and it seems that I'm a 'he'. <VBG>

    So it looks like Biff get's the C-gar! <BG>

  19. #19
    Domenic
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    An alternative to the solutions provided by Biff and Don would be to
    change the formula to return a blank instead of #N/A...

    1) Select NewSheet!B8:L8

    2) Enter the following formula:

    =IF(COLUMN()-COLUMN(B8)+1<COUNTIF(Range,A8)+(FirstRow=""),TRANSPOSE(Array
    2-Array1)-1,"")

    3) Confirm with CONTROL+SHIFT+ENTER

    In this case, there would be no need to use conditional formatting.

    Hope this helps!

    In article <[email protected]>,
    "Sam via OfficeKB.com" <[email protected]> wrote:

    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    > http://www.officekb.com/Uwe/Forum.as...nt-Intervals-o
    > f-Filtered-TEXT-values-in-Column-and#51E8B7DD4D490%40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam


  20. #20
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Max,

    I thought I'd do the honourable thing and own up to my typo that started this
    conversation. It is Domenic, as you said.

    Cheers
    Sam

    Max wrote:
    >> >> brilliantly created by Dominic

    >Believe there's a typo there ... should be: Domenic
    >

    Biff wrote:
    >> He has a habit of doing that!


    Max wrote:
    >I'm guessing <g> it should read as: > She has a habit of doing that!
    >



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  21. #21
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > >> brilliantly created by Dominic
    Believe there's a typo there ... should be: Domenic

    > He has a habit of doing that!

    I'm guessing <g> it should read as: > She has a habit of doing that!

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  22. #22
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > >> He has a habit of doing that!
    ... and perhaps Domenic could put to rest our guesses <g> !
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  23. #23
    Biff
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Hi!

    >> brilliantly created by Dominic


    He has a habit of doing that!

    =SUMIF(A1:E1,"<>#N/A")/COUNTIF(A1:E1,">0")

    Biff

    "Sam via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using
    > the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find
    > the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function
    > nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    > http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200507/1




  24. #24
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Domenic,

    Thank you very much for additional assistance and great working Formulas.

    Cheers
    Sam

    Domenic wrote:
    >An alternative to the solutions provided by Biff and Don would be to
    >change the formula to return a blank instead of #N/A...
    >
    >1) Select NewSheet!B8:L8
    >2) Enter the following formula:
    >=IF(COLUMN()-COLUMN(B8)+1<COUNTIF(Range,A8)+(FirstRow=""),TRANSPOSE(Array
    >2-Array1)-1,"")
    >3) Confirm with CONTROL+SHIFT+ENTER
    >In this case, there would be no need to use conditional formatting.
    >
    >Hope this helps!



    --
    Message posted via http://www.officekb.com

  25. #25
    Don Guillett
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    try this array formula entered with ctrl+shift+enter
    =AVERAGE(IF(NOT(ISERROR($C$8:$C$10)),$C$8:$C$10))

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Sam via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using

    the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find

    the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function

    nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    >

    http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200507/1




  26. #26
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > ... It is Domenic, as you said.

    well <g> .. I did trace the link you posted to double-check ..

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  27. #27
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > >> He has a habit of doing that!
    ... and perhaps Domenic could put to rest our guesses <g> !
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  28. #28
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Max,

    I thought I'd do the honourable thing and own up to my typo that started this
    conversation. It is Domenic, as you said.

    Cheers
    Sam

    Max wrote:
    >> >> brilliantly created by Dominic

    >Believe there's a typo there ... should be: Domenic
    >

    Biff wrote:
    >> He has a habit of doing that!


    Max wrote:
    >I'm guessing <g> it should read as: > She has a habit of doing that!
    >



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  29. #29
    Domenic
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    An alternative to the solutions provided by Biff and Don would be to
    change the formula to return a blank instead of #N/A...

    1) Select NewSheet!B8:L8

    2) Enter the following formula:

    =IF(COLUMN()-COLUMN(B8)+1<COUNTIF(Range,A8)+(FirstRow=""),TRANSPOSE(Array
    2-Array1)-1,"")

    3) Confirm with CONTROL+SHIFT+ENTER

    In this case, there would be no need to use conditional formatting.

    Hope this helps!

    In article <[email protected]>,
    "Sam via OfficeKB.com" <[email protected]> wrote:

    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    > http://www.officekb.com/Uwe/Forum.as...nt-Intervals-o
    > f-Filtered-TEXT-values-in-Column-and#51E8B7DD4D490%40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam


  30. #30
    Domenic
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    In article <[email protected]>,
    "Max" <[email protected]> wrote:

    > .. and perhaps Domenic could put to rest our guesses <g> !


    I just checked and it seems that I'm a 'he'. <VBG>

    So it looks like Biff get's the C-gar! <BG>

  31. #31
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > ... It is Domenic, as you said.

    well <g> .. I did trace the link you posted to double-check ..

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  32. #32
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Don,

    Thank you very much for your assistance - your Formula did the job.

    Cheers
    Sam

    Don Guillett wrote:
    >try this array formula entered with ctrl+shift+enter
    >=AVERAGE(IF(NOT(ISERROR($C$8:$C$10)),$C$8:$C$10))



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  33. #33
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Biff,

    Thank you very much - your Formula works well too.

    Thanks
    Sam

    Biff wrote:
    >=SUMIF(A1:E1,"<>#N/A")/COUNTIF(A1:E1,">0")



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  34. #34
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Domenic,

    Thank you very much for additional assistance and great working Formulas.

    Cheers
    Sam

    Domenic wrote:
    >An alternative to the solutions provided by Biff and Don would be to
    >change the formula to return a blank instead of #N/A...
    >
    >1) Select NewSheet!B8:L8
    >2) Enter the following formula:
    >=IF(COLUMN()-COLUMN(B8)+1<COUNTIF(Range,A8)+(FirstRow=""),TRANSPOSE(Array
    >2-Array1)-1,"")
    >3) Confirm with CONTROL+SHIFT+ENTER
    >In this case, there would be no need to use conditional formatting.
    >
    >Hope this helps!



    --
    Message posted via http://www.officekb.com

  35. #35
    Don Guillett
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    try this array formula entered with ctrl+shift+enter
    =AVERAGE(IF(NOT(ISERROR($C$8:$C$10)),$C$8:$C$10))

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Sam via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using

    the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find

    the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function

    nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    >

    http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200507/1




  36. #36
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Thanks, Domenic !
    Another intuitive guess bites the dust .. <bg>
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  37. #37
    Biff
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Hi!

    >> brilliantly created by Dominic


    He has a habit of doing that!

    =SUMIF(A1:E1,"<>#N/A")/COUNTIF(A1:E1,">0")

    Biff

    "Sam via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using
    > the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find
    > the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function
    > nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    > http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200507/1




  38. #38
    Biff
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Hi Max!

    >> He has a habit of doing that!

    >I'm guessing <g> it should read as: > She has a habit of doing that!


    My apologies if Domenic is not a "he" !

    Domenic, sounds like a "he" to me! BWDIK!

    Biff

    "Max" <[email protected]> wrote in message
    news:[email protected]...
    >> >> brilliantly created by Dominic

    > Believe there's a typo there ... should be: Domenic
    >
    >> He has a habit of doing that!

    > I'm guessing <g> it should read as: > She has a habit of doing that!
    >
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > GMT+8, 1° 22' N 103° 45' E
    > xdemechanik <at>yahoo<dot>com
    > ----
    >
    >




  39. #39
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > >> brilliantly created by Dominic
    Believe there's a typo there ... should be: Domenic

    > He has a habit of doing that!

    I'm guessing <g> it should read as: > She has a habit of doing that!

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  40. #40
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > >> He has a habit of doing that!
    ... and perhaps Domenic could put to rest our guesses <g> !
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  41. #41
    Don Guillett
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    try this array formula entered with ctrl+shift+enter
    =AVERAGE(IF(NOT(ISERROR($C$8:$C$10)),$C$8:$C$10))

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Sam via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using

    the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find

    the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function

    nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    >

    http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200507/1




  42. #42
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > ... It is Domenic, as you said.

    well <g> .. I did trace the link you posted to double-check ..

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  43. #43
    Domenic
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    An alternative to the solutions provided by Biff and Don would be to
    change the formula to return a blank instead of #N/A...

    1) Select NewSheet!B8:L8

    2) Enter the following formula:

    =IF(COLUMN()-COLUMN(B8)+1<COUNTIF(Range,A8)+(FirstRow=""),TRANSPOSE(Array
    2-Array1)-1,"")

    3) Confirm with CONTROL+SHIFT+ENTER

    In this case, there would be no need to use conditional formatting.

    Hope this helps!

    In article <[email protected]>,
    "Sam via OfficeKB.com" <[email protected]> wrote:

    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    > http://www.officekb.com/Uwe/Forum.as...nt-Intervals-o
    > f-Filtered-TEXT-values-in-Column-and#51E8B7DD4D490%40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam


  44. #44
    Biff
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Hi!

    >> brilliantly created by Dominic


    He has a habit of doing that!

    =SUMIF(A1:E1,"<>#N/A")/COUNTIF(A1:E1,">0")

    Biff

    "Sam via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using
    > the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find
    > the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function
    > nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    > http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200507/1




  45. #45
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Domenic,

    Thank you very much for additional assistance and great working Formulas.

    Cheers
    Sam

    Domenic wrote:
    >An alternative to the solutions provided by Biff and Don would be to
    >change the formula to return a blank instead of #N/A...
    >
    >1) Select NewSheet!B8:L8
    >2) Enter the following formula:
    >=IF(COLUMN()-COLUMN(B8)+1<COUNTIF(Range,A8)+(FirstRow=""),TRANSPOSE(Array
    >2-Array1)-1,"")
    >3) Confirm with CONTROL+SHIFT+ENTER
    >In this case, there would be no need to use conditional formatting.
    >
    >Hope this helps!



    --
    Message posted via http://www.officekb.com

  46. #46
    Domenic
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    In article <[email protected]>,
    "Max" <[email protected]> wrote:

    > .. and perhaps Domenic could put to rest our guesses <g> !


    I just checked and it seems that I'm a 'he'. <VBG>

    So it looks like Biff get's the C-gar! <BG>

  47. #47
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > >> brilliantly created by Dominic
    Believe there's a typo there ... should be: Domenic

    > He has a habit of doing that!

    I'm guessing <g> it should read as: > She has a habit of doing that!

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  48. #48
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Max,

    I thought I'd do the honourable thing and own up to my typo that started this
    conversation. It is Domenic, as you said.

    Cheers
    Sam

    Max wrote:
    >> >> brilliantly created by Dominic

    >Believe there's a typo there ... should be: Domenic
    >

    Biff wrote:
    >> He has a habit of doing that!


    Max wrote:
    >I'm guessing <g> it should read as: > She has a habit of doing that!
    >



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  49. #49
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Thanks, Domenic !
    Another intuitive guess bites the dust .. <bg>
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  50. #50
    Biff
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Hi Max!

    >> He has a habit of doing that!

    >I'm guessing <g> it should read as: > She has a habit of doing that!


    My apologies if Domenic is not a "he" !

    Domenic, sounds like a "he" to me! BWDIK!

    Biff

    "Max" <[email protected]> wrote in message
    news:[email protected]...
    >> >> brilliantly created by Dominic

    > Believe there's a typo there ... should be: Domenic
    >
    >> He has a habit of doing that!

    > I'm guessing <g> it should read as: > She has a habit of doing that!
    >
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > GMT+8, 1° 22' N 103° 45' E
    > xdemechanik <at>yahoo<dot>com
    > ----
    >
    >




  51. #51
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Don,

    Thank you very much for your assistance - your Formula did the job.

    Cheers
    Sam

    Don Guillett wrote:
    >try this array formula entered with ctrl+shift+enter
    >=AVERAGE(IF(NOT(ISERROR($C$8:$C$10)),$C$8:$C$10))



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  52. #52
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Biff,

    Thank you very much - your Formula works well too.

    Thanks
    Sam

    Biff wrote:
    >=SUMIF(A1:E1,"<>#N/A")/COUNTIF(A1:E1,">0")



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  53. #53
    Domenic
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    In article <[email protected]>,
    "Max" <[email protected]> wrote:

    > .. and perhaps Domenic could put to rest our guesses <g> !


    I just checked and it seems that I'm a 'he'. <VBG>

    So it looks like Biff get's the C-gar! <BG>

  54. #54
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Domenic,

    Thank you very much for additional assistance and great working Formulas.

    Cheers
    Sam

    Domenic wrote:
    >An alternative to the solutions provided by Biff and Don would be to
    >change the formula to return a blank instead of #N/A...
    >
    >1) Select NewSheet!B8:L8
    >2) Enter the following formula:
    >=IF(COLUMN()-COLUMN(B8)+1<COUNTIF(Range,A8)+(FirstRow=""),TRANSPOSE(Array
    >2-Array1)-1,"")
    >3) Confirm with CONTROL+SHIFT+ENTER
    >In this case, there would be no need to use conditional formatting.
    >
    >Hope this helps!



    --
    Message posted via http://www.officekb.com

  55. #55
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Thanks, Domenic !
    Another intuitive guess bites the dust .. <bg>
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  56. #56
    Don Guillett
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    try this array formula entered with ctrl+shift+enter
    =AVERAGE(IF(NOT(ISERROR($C$8:$C$10)),$C$8:$C$10))

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Sam via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using

    the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find

    the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function

    nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    >

    http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200507/1




  57. #57
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > ... It is Domenic, as you said.

    well <g> .. I did trace the link you posted to double-check ..

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  58. #58
    Biff
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Hi!

    >> brilliantly created by Dominic


    He has a habit of doing that!

    =SUMIF(A1:E1,"<>#N/A")/COUNTIF(A1:E1,">0")

    Biff

    "Sam via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using
    > the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find
    > the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function
    > nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    > http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200507/1




  59. #59
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > >> brilliantly created by Dominic
    Believe there's a typo there ... should be: Domenic

    > He has a habit of doing that!

    I'm guessing <g> it should read as: > She has a habit of doing that!

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  60. #60
    Biff
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Hi Max!

    >> He has a habit of doing that!

    >I'm guessing <g> it should read as: > She has a habit of doing that!


    My apologies if Domenic is not a "he" !

    Domenic, sounds like a "he" to me! BWDIK!

    Biff

    "Max" <[email protected]> wrote in message
    news:[email protected]...
    >> >> brilliantly created by Dominic

    > Believe there's a typo there ... should be: Domenic
    >
    >> He has a habit of doing that!

    > I'm guessing <g> it should read as: > She has a habit of doing that!
    >
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > GMT+8, 1° 22' N 103° 45' E
    > xdemechanik <at>yahoo<dot>com
    > ----
    >
    >




  61. #61
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Don,

    Thank you very much for your assistance - your Formula did the job.

    Cheers
    Sam

    Don Guillett wrote:
    >try this array formula entered with ctrl+shift+enter
    >=AVERAGE(IF(NOT(ISERROR($C$8:$C$10)),$C$8:$C$10))



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  62. #62
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Biff,

    Thank you very much - your Formula works well too.

    Thanks
    Sam

    Biff wrote:
    >=SUMIF(A1:E1,"<>#N/A")/COUNTIF(A1:E1,">0")



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  63. #63
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Max,

    I thought I'd do the honourable thing and own up to my typo that started this
    conversation. It is Domenic, as you said.

    Cheers
    Sam

    Max wrote:
    >> >> brilliantly created by Dominic

    >Believe there's a typo there ... should be: Domenic
    >

    Biff wrote:
    >> He has a habit of doing that!


    Max wrote:
    >I'm guessing <g> it should read as: > She has a habit of doing that!
    >



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  64. #64
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > >> He has a habit of doing that!
    ... and perhaps Domenic could put to rest our guesses <g> !
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  65. #65
    Domenic
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    An alternative to the solutions provided by Biff and Don would be to
    change the formula to return a blank instead of #N/A...

    1) Select NewSheet!B8:L8

    2) Enter the following formula:

    =IF(COLUMN()-COLUMN(B8)+1<COUNTIF(Range,A8)+(FirstRow=""),TRANSPOSE(Array
    2-Array1)-1,"")

    3) Confirm with CONTROL+SHIFT+ENTER

    In this case, there would be no need to use conditional formatting.

    Hope this helps!

    In article <[email protected]>,
    "Sam via OfficeKB.com" <[email protected]> wrote:

    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    > http://www.officekb.com/Uwe/Forum.as...nt-Intervals-o
    > f-Filtered-TEXT-values-in-Column-and#51E8B7DD4D490%40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam


  66. #66
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > >> He has a habit of doing that!
    ... and perhaps Domenic could put to rest our guesses <g> !
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  67. #67
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Domenic,

    Thank you very much for additional assistance and great working Formulas.

    Cheers
    Sam

    Domenic wrote:
    >An alternative to the solutions provided by Biff and Don would be to
    >change the formula to return a blank instead of #N/A...
    >
    >1) Select NewSheet!B8:L8
    >2) Enter the following formula:
    >=IF(COLUMN()-COLUMN(B8)+1<COUNTIF(Range,A8)+(FirstRow=""),TRANSPOSE(Array
    >2-Array1)-1,"")
    >3) Confirm with CONTROL+SHIFT+ENTER
    >In this case, there would be no need to use conditional formatting.
    >
    >Hope this helps!



    --
    Message posted via http://www.officekb.com

  68. #68
    Sam via OfficeKB.com
    Guest

    Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi All,

    I have a spreadsheet with an Array entered Formula (based on Rows using the
    TRANSPOSE Function) that produces the #N/A error when no further data is
    available to be calculated: this in itself is fine - the #N/A is disguised
    with Conditional Formatting. However, if possible, I would like to find the
    AVERAGE of the values in each Row excluding those cells with #N/A from the
    calculation.

    I've tried a few variations using either the ISERROR or ISNA Function nested
    with the AVERAGE Function. I get either zero or #N/A returned.

    The original Formulae providing the results that I now wish to Average was
    brilliantly created by Dominic in this previous Post: "Count Intervals of
    Filtered TEXT values in Column and Return Count across a Row"

    http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com


    The values returned from the above Formulae is numeric and formatted as
    GENERAL.

    Thanks
    Sam


    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  69. #69
    Don Guillett
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    try this array formula entered with ctrl+shift+enter
    =AVERAGE(IF(NOT(ISERROR($C$8:$C$10)),$C$8:$C$10))

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Sam via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using

    the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find

    the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function

    nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    >

    http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200507/1




  70. #70
    Biff
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Hi!

    >> brilliantly created by Dominic


    He has a habit of doing that!

    =SUMIF(A1:E1,"<>#N/A")/COUNTIF(A1:E1,">0")

    Biff

    "Sam via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using
    > the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find
    > the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function
    > nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    > http://www.officekb.com/Uwe/Forum.as...40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam
    >
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...tions/200507/1




  71. #71
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > ... It is Domenic, as you said.

    well <g> .. I did trace the link you posted to double-check ..

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  72. #72
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Thanks, Domenic !
    Another intuitive guess bites the dust .. <bg>
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  73. #73
    Max
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    > >> brilliantly created by Dominic
    Believe there's a typo there ... should be: Domenic

    > He has a habit of doing that!

    I'm guessing <g> it should read as: > She has a habit of doing that!

    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----



  74. #74
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Max,

    I thought I'd do the honourable thing and own up to my typo that started this
    conversation. It is Domenic, as you said.

    Cheers
    Sam

    Max wrote:
    >> >> brilliantly created by Dominic

    >Believe there's a typo there ... should be: Domenic
    >

    Biff wrote:
    >> He has a habit of doing that!


    Max wrote:
    >I'm guessing <g> it should read as: > She has a habit of doing that!
    >



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  75. #75
    Domenic
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    In article <[email protected]>,
    "Max" <[email protected]> wrote:

    > .. and perhaps Domenic could put to rest our guesses <g> !


    I just checked and it seems that I'm a 'he'. <VBG>

    So it looks like Biff get's the C-gar! <BG>

  76. #76
    Biff
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    Hi Max!

    >> He has a habit of doing that!

    >I'm guessing <g> it should read as: > She has a habit of doing that!


    My apologies if Domenic is not a "he" !

    Domenic, sounds like a "he" to me! BWDIK!

    Biff

    "Max" <[email protected]> wrote in message
    news:[email protected]...
    >> >> brilliantly created by Dominic

    > Believe there's a typo there ... should be: Domenic
    >
    >> He has a habit of doing that!

    > I'm guessing <g> it should read as: > She has a habit of doing that!
    >
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > GMT+8, 1° 22' N 103° 45' E
    > xdemechanik <at>yahoo<dot>com
    > ----
    >
    >




  77. #77
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Don,

    Thank you very much for your assistance - your Formula did the job.

    Cheers
    Sam

    Don Guillett wrote:
    >try this array formula entered with ctrl+shift+enter
    >=AVERAGE(IF(NOT(ISERROR($C$8:$C$10)),$C$8:$C$10))



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  78. #78
    Sam via OfficeKB.com
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row


    Hi Biff,

    Thank you very much - your Formula works well too.

    Thanks
    Sam

    Biff wrote:
    >=SUMIF(A1:E1,"<>#N/A")/COUNTIF(A1:E1,">0")



    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...tions/200507/1

  79. #79
    Domenic
    Guest

    Re: Error Handling #N/A with AVERAGE Function - Average of values in Row

    An alternative to the solutions provided by Biff and Don would be to
    change the formula to return a blank instead of #N/A...

    1) Select NewSheet!B8:L8

    2) Enter the following formula:

    =IF(COLUMN()-COLUMN(B8)+1<COUNTIF(Range,A8)+(FirstRow=""),TRANSPOSE(Array
    2-Array1)-1,"")

    3) Confirm with CONTROL+SHIFT+ENTER

    In this case, there would be no need to use conditional formatting.

    Hope this helps!

    In article <[email protected]>,
    "Sam via OfficeKB.com" <[email protected]> wrote:

    > Hi All,
    >
    > I have a spreadsheet with an Array entered Formula (based on Rows using the
    > TRANSPOSE Function) that produces the #N/A error when no further data is
    > available to be calculated: this in itself is fine - the #N/A is disguised
    > with Conditional Formatting. However, if possible, I would like to find the
    > AVERAGE of the values in each Row excluding those cells with #N/A from the
    > calculation.
    >
    > I've tried a few variations using either the ISERROR or ISNA Function nested
    > with the AVERAGE Function. I get either zero or #N/A returned.
    >
    > The original Formulae providing the results that I now wish to Average was
    > brilliantly created by Dominic in this previous Post: "Count Intervals of
    > Filtered TEXT values in Column and Return Count across a Row"
    >
    > http://www.officekb.com/Uwe/Forum.as...nt-Intervals-o
    > f-Filtered-TEXT-values-in-Column-and#51E8B7DD4D490%40OfficeKB.com
    >
    >
    > The values returned from the above Formulae is numeric and formatted as
    > GENERAL.
    >
    > Thanks
    > Sam


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1