+ Reply to Thread
Results 1 to 9 of 9

Averaging

  1. #1
    Registered User
    Join Date
    03-06-2013
    Location
    las cruces nm
    MS-Off Ver
    Excel 2003
    Posts
    8

    Averaging

    I and setting up a rodeo spreadsheet and I want to have excellent average 2 days. One cell could have a NT in it if they broke a pattern. Is there a formula where it would consider the NT 0.
    Example
    A1..........b1....c1........d1....e1
    Michelle... NT....michelle..18.56..9.28
    Last edited by michellehmcclur; 07-24-2016 at 06:21 PM.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Averaging

    Maybe this...

    Data Range
    A
    B
    C
    D
    E
    1
    Michelle
    NT
    michelle
    18.56
    9.28


    This array formula** entered in E1:

    =AVERAGE(IF(A1:D1="NT",0,A1:D1))

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Last edited by Tony Valko; 07-24-2016 at 06:35 PM.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    03-06-2013
    Location
    las cruces nm
    MS-Off Ver
    Excel 2003
    Posts
    8
    Quote Originally Posted by Tony Valko View Post
    If that's your data tell us what result you expect.
    The data is first 4 and result would be 9.28. Sorry i was in clear.
    Name ,time, name, time, average

    But the time colum could contain a nt instead of a time if their was an mistake in the run of the participant.
    Last edited by michellehmcclur; 07-24-2016 at 06:33 PM.

  4. #4
    Registered User
    Join Date
    03-06-2013
    Location
    las cruces nm
    MS-Off Ver
    Excel 2003
    Posts
    8
    Quote Originally Posted by Tony Valko View Post
    Maybe this...

    Data Range
    A
    B
    C
    D
    E
    1
    Michelle
    NT
    michelle
    18.56
    9.28


    This array formula** entered in E1:

    =AVERAGE(IF(A1:D1="NT",0,A1:D1))

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Sorry
    I also have a points column in between the time and name


    So
    Name,time,points,empty,name, time, point,average. It is picking up the whole part of the row. If I need it to just pick the 2 cells b1,f1. what do I enter.

    Looks like this
    Name.time.point.empty.name.time.point

    A1..........b1.c1.d1...e1......f1....g1

    Michelle, nt, 0,"",michelle,18.56,0

    It gave me 4.64
    Last edited by michellehmcclur; 07-24-2016 at 07:19 PM.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Averaging

    Maybe this...

    Data Range
    A
    B
    C
    D
    E
    F
    G
    H
    1
    Name
    Time
    Points
    ------
    Name
    Time
    Points
    Average
    2
    Michelle
    NT
    0
    Michelle
    18.56
    0
    9.28


    =AVERAGE(IF(B2="NT",0,B2),IF(F2="NT",0,F2))

  6. #6
    Registered User
    Join Date
    03-06-2013
    Location
    las cruces nm
    MS-Off Ver
    Excel 2003
    Posts
    8
    Quote Originally Posted by Tony Valko View Post
    Maybe this...

    Data Range
    A
    B
    C
    D
    E
    F
    G
    H
    1
    Name
    Time
    Points
    ------
    Name
    Time
    Points
    Average
    2
    Michelle
    NT
    0
    Michelle
    18.56
    0
    9.28


    =AVERAGE(IF(B2="NT",0,B2),IF(F2="NT",0,F2))
    You ROCK!!!

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Averaging

    You're welcome. Thanks for the feedback!

  8. #8
    Registered User
    Join Date
    03-06-2013
    Location
    las cruces nm
    MS-Off Ver
    Excel 2003
    Posts
    8
    Quote Originally Posted by Tony Valko View Post
    Maybe this...

    Data Range
    A
    B
    C
    D
    E
    F
    G
    H
    1
    Name
    Time
    Points
    ------
    Name
    Time
    Points
    Average
    2
    Michelle
    NT
    0
    Michelle
    18.56
    0
    9.28


    =AVERAGE(IF(B2="NT",0,B2),IF(F2="NT",0,F2))
    You ROCK!!!

  9. #9
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Averaging

    You're welcome. Thanks for the feedback!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Complicated averaging-- averaging data that matches certain intervals
    By atung in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 10-22-2014, 04:19 PM
  2. Averaging help
    By cmorrison in forum Excel General
    Replies: 1
    Last Post: 08-17-2011, 03:23 PM
  3. Averaging
    By SMABonni in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-04-2007, 07:02 PM
  4. Averaging.
    By astrosoup in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-31-2007, 07:51 PM
  5. Averaging
    By Ninjafer in forum Excel General
    Replies: 3
    Last Post: 07-01-2005, 04:11 PM
  6. [SOLVED] Averaging
    By GWit in forum Excel General
    Replies: 1
    Last Post: 05-28-2005, 10:05 PM
  7. Averaging?
    By [email protected] in forum Excel General
    Replies: 2
    Last Post: 04-17-2005, 05:06 PM

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