+ Reply to Thread
Results 1 to 3 of 3

countif problem

  1. #1
    SLKPM
    Guest

    countif problem

    I have a worksheet set up with numerous dates assigned to each column, these
    dates can be up to 16 months in advance. How do I set it up using a function
    to calculate the number of occurences between for example; today and 7 days
    time in each particular column to give a total at the bottom.

    Any help would be great as i'm now scratching my head on this one...Many
    thanks,

    SLKPM

  2. #2
    Duke Carey
    Guest

    RE: countif problem

    =SUMPRODUCT(--(A1:A200>=TODAY()),--(A1:A200<=(TODAY()+7)))

    "SLKPM" wrote:

    > I have a worksheet set up with numerous dates assigned to each column, these
    > dates can be up to 16 months in advance. How do I set it up using a function
    > to calculate the number of occurences between for example; today and 7 days
    > time in each particular column to give a total at the bottom.
    >
    > Any help would be great as i'm now scratching my head on this one...Many
    > thanks,
    >
    > SLKPM


  3. #3
    Aladin Akyurek
    Guest

    Re: countif problem

    =COUNTIF(DateRange,">="&TODAY())-COUNTIF(DateRange,">"&TODAY()+7)

    SLKPM wrote:
    > I have a worksheet set up with numerous dates assigned to each column, these
    > dates can be up to 16 months in advance. How do I set it up using a function
    > to calculate the number of occurences between for example; today and 7 days
    > time in each particular column to give a total at the bottom.
    >
    > Any help would be great as i'm now scratching my head on this one...Many
    > thanks,
    >
    > SLKPM


+ 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