+ Reply to Thread
Results 1 to 3 of 3

Calculate Yes or No if date is greater than 90 days and less than 365 days

  1. #1
    Registered User
    Join Date
    06-20-2008
    Posts
    52

    Calculate Yes or No if date is greater than 90 days and less than 365 days

    Hello,

    I am calculating dates and need help displaying Y or N for two entries. Please note, these are two separate formulas. Thank you in advance.

    Date: 7/27/2017
    >90 days
    <365 days

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,739

    Re: Calculate Yes or No if date is greater than 90 days and less than 365 days

    What do you mean >90 days, in comparison to what, today's date?

    This formula will give you "Y" if a date is more than 90 days old compared with today

    =IF(A1< TODAY()-90,"Y","N")

    follow the same logic for 365
    Audere est facere

  3. #3
    Registered User
    Join Date
    06-20-2008
    Posts
    52

    Re: Calculate Yes or No if date is greater than 90 days and less than 365 days

    Got it! Thank you

+ 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. [SOLVED] Calculate Uptime in Days within the constraint of Total Days in Each Month
    By jchungerford in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 04-29-2017, 06:54 PM
  2. [SOLVED] calculate total number of days between two days based on 365 days year
    By aparunkumar in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-14-2016, 12:51 AM
  3. Replies: 4
    Last Post: 09-22-2015, 10:35 AM
  4. Replies: 0
    Last Post: 06-11-2015, 03:12 AM
  5. [SOLVED] VBA Less than Specific Date But No Greater Than 28 days
    By hobbiton73 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-19-2014, 05:30 AM
  6. Calculate End Date Using Start Date and No. of Days excluding specific days.
    By SinusxCosinusx in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-22-2013, 05:48 AM
  7. Calculate total working days and excepted leave days
    By megaiooo in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-21-2013, 09:29 AM

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