+ Reply to Thread
Results 1 to 2 of 2

Are 2 dates between today's date

Hybrid View

  1. #1
    Re: Pivot Table/Query
    Guest

    Are 2 dates between today's date

    I have 2 columns of data column A=start date; column B=end date. I want to
    do an If statement to show "yes" if today's date is between these 2 dates,
    and "no" if not.



  2. #2
    Harald Staff
    Guest

    Re: Are 2 dates between today's date

    A formula solution:
    =IF(AND(A1<=TODAY(),B1>=TODAY()),"yes","no")

    HTH. Best wishes Harald

    "Re: Pivot Table/Query" <[email protected]> skrev
    i melding news:[email protected]...
    > I have 2 columns of data column A=start date; column B=end date. I want

    to
    > do an If statement to show "yes" if today's date is between these 2 dates,
    > and "no" if not.
    >
    >




+ 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