+ Reply to Thread
Results 1 to 2 of 2

Counting figures that fall withing a weekly date range

  1. #1
    Registered User
    Join Date
    09-25-2012
    Location
    Reading
    MS-Off Ver
    MS Office XP
    Posts
    2

    Counting figures that fall withing a weekly date range

    I'm looking to create a formula that will allow me to count up the number of referrals made within a week.

    If the date in column A falls between the Monday and the Sunday, I want it to be added to a tally count.

    Any ideas how I can do this?

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Counting figures that fall withing a weekly date range

    Use COUNTIFS

    Hence,
    =COUNTIFS(Range,>=Startdate,Range.<=Enddate)

    or for earlier versions fo Excel
    =SUMPRODUCT((Range>=Startdate)*(Range<=Enddate))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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