logo elektroda
logo elektroda
X
logo elektroda

Excel Date Comparison: Verify Start & Deadline Dates, Return Results Based on Today's Date

dyscan 14469 18
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 17641457
    dyscan
    Level 10  
    Hello,
    I have such a problem - I need to compare the dates, namely I want to verify that the start date is consistent with the scheduled date. I want him to return the results: before the deadline, on time, after the deadline, and in addition, if he does not indicate the start date of the task, he verifies whether or not the date is required in relation to today's date. While there is no problem with the first part of the task, the comparison with today's (set) date is a problem. Excel goes crazy when the column it compares to is empty ...

    Excel Date Comparison: Verify Start & Deadline Dates, Return Results Based on Today's Date

    = IF (E47> G47; "before due date"; IF (E47 = G47; "on time"; "late"))

    = IF (D48> F48; "before due date"; IF (D48 = F48; "on time"; IF (F48 = "-"; "ATTENTION !!!"; IF (D48 F51; "before due date"; IF (D51 = F51; "on time"; IF (D51
  • ADVERTISEMENT
  • #2 17641576
    kindlar
    Level 42  
    Put an additional condition on whether the cell is empty, if it does not count.
  • #3 17641600
    dyscan
    Level 10  
    Thanks for the answer. What formula?
  • ADVERTISEMENT
  • #4 17641611
    Zbych034
    Level 39  
    Date of today is = today ()
  • ADVERTISEMENT
  • #6 17641638
    dyscan
    Level 10  
    The file is attached.

    The comparative date is deliberately entered into the cell because it does not always need the current state.
  • #8 17641767
    dyscan
    Level 10  
    Your formula does not take into account whether the due date has been exceeded. My point is that it should also return this information within one cell.

    In summary, I am interested in:
    1. is it ahead of schedule
    2. is it on time
    3. is it late
    4. if no start date is given, whether or not a start is required due to a reference date (eg today).
  • #10 17641939
    dyscan
    Level 10  
    However, I can see that it is not that simple.

    Unfortunately, still not what I mean. Now, if there is no due date, shows NOT GIVEN, the point was to verify whether it is before or after the date for example today.

    For early start, it shows "not required" and should "ahead of schedule".

    Perhaps it cannot be done within one formula and you have to break it down into 2 columns ...
  • #11 17641959
    kindlar
    Level 42  
    Enter the conditions depending on the date and whether the date is given or not.
  • #12 17641986
    dyscan
    Level 10  
    I think I will give up and they will do it manually ...

    Until I don't believe it can't be done.
  • #13 17642119
    Zbych034
    Level 39  
    It is possible, but you need more commitment, the matter is simple and you have already given the basics.
  • #14 17642179
    dyscan
    Level 10  
    I've been thinking about it for a long time.

    I love the "know-but-not-say" answers.
  • #15 17642284
    Zbych034
    Level 39  
    And I think you expect a ready :D
    Decompose a function into individual elements (for one condition) and then play with a compound function. Help is in the program, you just have to want to use it. if you want a cash from me, make a transfer to any foundation at least PLN 50 (you choose which one) and I will socially do the job for you. I don't feel like it otherwise. It is your choice and do not assume that it cannot be done :D
  • ADVERTISEMENT
  • #16 17642288
    dyscan
    Level 10  
    I don't want to help, don't help.

    Better spend this time with your family.
  • #17 17642295
    Zbych034
    Level 39  
    Help not do it for someone
    Don't worry about my family (kids long gone)
    I finish this because I don't like people with a demanding attitude
  • #18 17642317
    dyscan
    Level 10  
    Nevertheless, I wish you all the best for Christmas and the whole new year.
  • #19 17642320
    Zbych034
    Level 39  
    thank you, the same to you

Topic summary

The discussion revolves around a user's challenge in Excel regarding date comparisons for task management. The user seeks to verify if a start date aligns with a scheduled deadline, returning results such as "before due date," "on time," or "late." Additionally, the user wants to check if a start date is required based on today's date when no start date is provided. Various responses suggest adding conditions to handle empty cells and using the TODAY() function for current date comparisons. The user expresses frustration over the complexity of creating a single formula to achieve all desired outcomes, considering breaking it into multiple columns. Some participants offer assistance, while others suggest that the task is manageable with proper commitment and understanding of Excel functions.
Summary generated by the language model.
ADVERTISEMENT