• Indicator if condition is present

    Author
    Topic
    #464578

    I have a series of beginning and ending dates. let’s say Begin Dates are in Column A and End Dates are in Column B. They aren’t consecutive or regular. The first one in row 2 might be from 9/12/2002 to 9/25/2003, the second in row 3 would be from 2/12/2000 to 3/29/2000, etc.

    In another are I have a list of dates that are month ends from 1990 to today in Column F. In Column G I would like a formula that tells me if the condition is present for that date.

    For example, let’s say 9/15/2002 is the first entry. In Col. G I’d like it to say true. In another row 9/30/2004, would have false.

    I hope this makes sense. If not I can attach an example.Thanks!

    Viewing 0 reply threads
    Author
    Replies
    • #1189618

      Let’s say your date ranges in column A and B is from row 2 up to and including row 50.

      In G2, enter the formula

      =SUMPRODUCT((F2>$A$2:$A$50)*(F20

      and fill down as far as needed.

    Viewing 0 reply threads
    Reply To: Indicator if condition is present

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: