+ Reply to Thread
Results 1 to 5 of 5

how to check if date falls within range

  1. #1
    Bharat Saboo
    Guest

    how to check if date falls within range

    I have a start date and end date
    I need to check if the month and year fall within the range

    Start Date & End Date are in sheet 1
    Date to check is in sheet 2

    Depending on the above condition, if true, I need to sum

    Kindly suggest ways as I am at a loss to understand how to do it.

    Thanks

  2. #2
    Bharat Saboo
    Guest

    RE: how to check if date falls within range

    Kindly note that the start and the end dates are also in a range of cells in
    sheet1

    "Bharat Saboo" wrote:

    > I have a start date and end date
    > I need to check if the month and year fall within the range
    >
    > Start Date & End Date are in sheet 1
    > Date to check is in sheet 2
    >
    > Depending on the above condition, if true, I need to sum
    >
    > Kindly suggest ways as I am at a loss to understand how to do it.
    >
    > Thanks


  3. #3
    Biff
    Guest

    Re: how to check if date falls within range

    Hi!

    > Start Date & End Date are in sheet 1


    A1 = start date
    B1 = end date

    > Date to check is in sheet 2


    A1:A100

    > Depending on the above condition, if true, I need to sum (Sheet2?)


    B1:B100

    =SUMPRODUCT(--(Sheet2!A1:A100>=A1),--(Sheet2!A1:A100<=B1),Sheet2!B1:B100)

    Assumes the formula is entered on sheet1.

    Biff

    "Bharat Saboo" <[email protected]> wrote in message
    news:[email protected]...
    >I have a start date and end date
    > I need to check if the month and year fall within the range
    >
    > Start Date & End Date are in sheet 1
    > Date to check is in sheet 2
    >
    > Depending on the above condition, if true, I need to sum
    >
    > Kindly suggest ways as I am at a loss to understand how to do it.
    >
    > Thanks




  4. #4
    Bharat Saboo
    Guest

    Re: how to check if date falls within range

    Thanks for the reply Biff.

    But you see, the start dates & the end dates are in a range in sheet1.
    A1:A100 -> Start Dates
    B1:B100 -> End Dates

    In sheet 2, there is one date which I need to check if it falls within that
    date.
    C1

    If the condition is true then I need to sum a range in sheet 1.

    Kindly note that I just need to check if month & year of C1 falls within the
    month and year of A1:A100 and B1:B100

    Thanks

    "Biff" wrote:

    > Hi!
    >
    > > Start Date & End Date are in sheet 1

    >
    > A1 = start date
    > B1 = end date
    >
    > > Date to check is in sheet 2

    >
    > A1:A100
    >
    > > Depending on the above condition, if true, I need to sum (Sheet2?)

    >
    > B1:B100
    >
    > =SUMPRODUCT(--(Sheet2!A1:A100>=A1),--(Sheet2!A1:A100<=B1),Sheet2!B1:B100)
    >
    > Assumes the formula is entered on sheet1.
    >
    > Biff
    >
    > "Bharat Saboo" <[email protected]> wrote in message
    > news:[email protected]...
    > >I have a start date and end date
    > > I need to check if the month and year fall within the range
    > >
    > > Start Date & End Date are in sheet 1
    > > Date to check is in sheet 2
    > >
    > > Depending on the above condition, if true, I need to sum
    > >
    > > Kindly suggest ways as I am at a loss to understand how to do it.
    > >
    > > Thanks

    >
    >
    >


  5. #5
    Bob Phillips
    Guest

    Re: how to check if date falls within range

    =SUMPRODUCT(--(Sheet1!A1:A100>=Sheet2!C1),--(Sheet1!B1:B100<=Sheet2!C1),Shee
    t1!C1:C100)

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Bharat Saboo" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks for the reply Biff.
    >
    > But you see, the start dates & the end dates are in a range in sheet1.
    > A1:A100 -> Start Dates
    > B1:B100 -> End Dates
    >
    > In sheet 2, there is one date which I need to check if it falls within

    that
    > date.
    > C1
    >
    > If the condition is true then I need to sum a range in sheet 1.
    >
    > Kindly note that I just need to check if month & year of C1 falls within

    the
    > month and year of A1:A100 and B1:B100
    >
    > Thanks
    >
    > "Biff" wrote:
    >
    > > Hi!
    > >
    > > > Start Date & End Date are in sheet 1

    > >
    > > A1 = start date
    > > B1 = end date
    > >
    > > > Date to check is in sheet 2

    > >
    > > A1:A100
    > >
    > > > Depending on the above condition, if true, I need to sum (Sheet2?)

    > >
    > > B1:B100
    > >
    > >

    =SUMPRODUCT(--(Sheet2!A1:A100>=A1),--(Sheet2!A1:A100<=B1),Sheet2!B1:B100)
    > >
    > > Assumes the formula is entered on sheet1.
    > >
    > > Biff
    > >
    > > "Bharat Saboo" <[email protected]> wrote in message
    > > news:[email protected]...
    > > >I have a start date and end date
    > > > I need to check if the month and year fall within the range
    > > >
    > > > Start Date & End Date are in sheet 1
    > > > Date to check is in sheet 2
    > > >
    > > > Depending on the above condition, if true, I need to sum
    > > >
    > > > Kindly suggest ways as I am at a loss to understand how to do it.
    > > >
    > > > Thanks

    > >
    > >
    > >




+ 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