+ Reply to Thread
Results 1 to 4 of 4

Multi IF function with Dynamic Date

  1. #1
    Registered User
    Join Date
    01-03-2014
    Location
    United States
    MS-Off Ver
    Excel 2008
    Posts
    25

    Multi IF function with Dynamic Date

    What I am trying to accomplish:

    I want to combine the two formulas of cell Y4 and Z4. So that when cell Y4 reads "DON'T SEND" then it consistently checks the formula that is in cell Z4 with the TODAY() formula. Once Z4 is true then it overrides "DON'T SEND" with "SEND"
    However if Y4 already reads "SEND" not to check the second formula.

    Attached is my file.

    Thanks in advance.Demo.xlsx

  2. #2
    Registered User
    Join Date
    01-16-2015
    Location
    Houston, TX
    MS-Off Ver
    2010
    Posts
    16

    Re: Multi IF function with Dynamic Date

    So to clarify you want it to display:

    SEND when X4 is > 90 and TODAY is > Q4
    DON'T SEND when X4 < no matter what today and Q4 are

  3. #3
    Registered User
    Join Date
    01-03-2014
    Location
    United States
    MS-Off Ver
    Excel 2008
    Posts
    25

    Re: Multi IF function with Dynamic Date

    SEND when X4 is > 90 and TODAY is > Q4
    DON'T SEND when X4 < 90 no matter what today and Q4 are

    Yes.

  4. #4
    Registered User
    Join Date
    01-16-2015
    Location
    Houston, TX
    MS-Off Ver
    2010
    Posts
    16

    Re: Multi IF function with Dynamic Date

    I think this is formula your looking for...

    =IF(X4<90,"DON'T SEND",IF(B1>P4,"SEND","DON'T SEND"))

    this basically says 1st check if CSA RENW - CC Days is < 90, if so Don't Send. If it's not, check to see if Today is > CSA RENW Date. If it is, SEND, if not don't send.

    Note: You should use B1 to compare to P4, not B2 to Q4.

+ 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. Dynamic multi-conditional lookup
    By MattRNR in forum Excel General
    Replies: 2
    Last Post: 09-09-2014, 03:40 AM
  2. Dynamic Multi-Level list
    By glosos in forum Excel General
    Replies: 2
    Last Post: 09-04-2014, 03:39 PM
  3. Multi-layered dynamic chart
    By Biffer in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-12-2013, 07:37 AM
  4. [SOLVED] Dynamic Data using Date function
    By georgegovensky in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-19-2013, 11:57 AM
  5. Dynamic Multi Column ListBox
    By Ronbo in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-11-2005, 06:06 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