+ Reply to Thread
Results 1 to 5 of 5

Displaying what is active today from different date periods

  1. #1
    Registered User
    Join Date
    01-17-2016
    Location
    Dubai
    MS-Off Ver
    MS Office 365
    Posts
    11

    Displaying what is active today from different date periods

    Hi,

    I am sure this is easy but I cannot find what I am looking for on YouTube or via any of the forums.

    I would like to have a simple database where I can input periods of dates (from and to) and then have either a conditional format that colours the relevant dates, or a 'yes/no' 'tick/cross', for those that are active today.

    Is this possible?

    Thank you for your time.

    Andy
    Attached Files Attached Files

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Displaying what is active today from different date periods

    You can use this formula for both conditional formatting and your range: =AND(B6<=TODAY(),C6>=TODAY())
    Click the * to say thanks.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,819

    Re: Displaying what is active today from different date periods

    You can use this formula in D2:

    =IF(AND(B2<=TODAY(),C2>=TODAY()),"Yes","No")

    then copy down as required.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    01-17-2016
    Location
    Dubai
    MS-Off Ver
    MS Office 365
    Posts
    11

    Re: Displaying what is active today from different date periods

    Hi Pete,

    it worked like a dream, thank you.

  5. #5
    Registered User
    Join Date
    01-17-2016
    Location
    Dubai
    MS-Off Ver
    MS Office 365
    Posts
    11

    Re: Displaying what is active today from different date periods

    Hi Paul,

    thank you, that also worked.

    Thank you both for your quick replies.

    Andy

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 10
    Last Post: 09-06-2023, 08:19 PM
  2. Formula for =TODAY() displaying static entry value
    By trustseller23 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-01-2017, 11:55 AM
  3. Formula for =TODAY() displaying static entry value
    By trustseller23 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-01-2017, 10:49 AM
  4. [SOLVED] Sumif from date (Today or greater than today) to last date
    By thilag in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-23-2015, 03:53 AM
  5. [SOLVED] Help displaying whos is off today and this week
    By mmjmurphy2 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-07-2014, 08:50 PM
  6. [SOLVED] Macro w shortcut key to paste date 28 days from today into active cell
    By Zooka in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 02-07-2013, 06:08 PM
  7. Displaying multiple leave periods on one table
    By fullysic in forum Excel General
    Replies: 4
    Last Post: 11-10-2011, 06:32 PM

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