+ Reply to Thread
Results 1 to 43 of 43

Conditional Average

  1. #1
    Registered User
    Join Date
    06-27-2005
    Location
    Christchurch, NZ
    Posts
    87

    Conditional Average

    Hello again.

    Yet another problem in my world of elaborate worksheets.

    I need to calculate the MTD average based on todays date.

    Have mdae several attempts but clearly do not quite have the skill.


    =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))


    Regards

    Kristan

  2. #2
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  3. #3
    Registered User
    Join Date
    06-27-2005
    Location
    Christchurch, NZ
    Posts
    87

    Thumbs up

    Excellent.

    Cheers Biff, works a treat.

    Regards

    Kristan

  4. #4
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  5. #5
    Registered User
    Join Date
    08-21-2005
    Posts
    1

    How do I start a new thread?

    How do I start a new thread? I am a newbie here. tx

  6. #6
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  7. #7
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  8. #8
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  9. #9
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  10. #10
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  11. #11
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  12. #12
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  13. #13
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  14. #14
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  15. #15
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  16. #16
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  17. #17
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  18. #18
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  19. #19
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  20. #20
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  21. #21
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  22. #22
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  23. #23
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  24. #24
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  25. #25
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  26. #26
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  27. #27
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  28. #28
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  29. #29
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  30. #30
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  31. #31
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  32. #32
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  33. #33
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  34. #34
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  35. #35
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  36. #36
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  37. #37
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  38. #38
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  39. #39
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  40. #40
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  41. #41
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



  42. #42
    Biff
    Guest

    Re: Conditional Average

    You're very close:

    Array entered:

    =AVERAGE(IF(N$2:AR$2,<TODAY(),N194:AR194))

    Are you sure you want to EXCLUDE today's date?

    To INCLUDE today's date:

    =AVERAGE(IF(N$2:AR$2,<=TODAY(),N194:AR194))

    Biff

    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >




  43. #43
    Peo Sjoblom
    Guest

    Re: Conditional Average

    Almost there

    =AVERAGE(IF(N$2:AR$2<TODAY(),N194:AR194))

    entered with ctrl + shift & enter


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Kstalker" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello again.
    >
    > Yet another problem in my world of elaborate worksheets.
    >
    > I need to calculate the MTD average based on todays date.
    >
    > Have mdae several attempts but clearly do not quite have the skill.
    >
    >
    > =AVERAGE(IF(N$2:AR$2,"<" & TODAY(),N194:AR194))
    >
    >
    > Regards
    >
    > Kristan
    >
    >
    > --
    > Kstalker
    > ------------------------------------------------------------------------
    > Kstalker's Profile:
    > http://www.excelforum.com/member.php...o&userid=24699
    > View this thread: http://www.excelforum.com/showthread...hreadid=397630
    >



+ 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