+ Reply to Thread
Results 1 to 3 of 3

IF/AND Logic

  1. #1
    Registered User
    Join Date
    03-28-2018
    Location
    USA
    MS-Off Ver
    2016
    Posts
    24

    Question IF/AND Logic

    I've been trying to figure out this logic for some time, and would love some help. I attached the sheet below with a simple example.

    The first highlighted cell should return the first date, after today, that is over 90%. This would be 5/18.
    The lower highlighted cell should return the first date, after the date above, that the percentage is under 90% again. This would be 6/22.

    The percentages are variable, and can change from week to week.
    Thanks ahead of time!
    Attached Files Attached Files
    Last edited by NorthBear; 03-06-2020 at 04:40 PM.

  2. #2
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,988

    Re: IF/AND Logic

    C4=INDEX(A18:T18,MATCH(1,IF(A19:T19>B4,IF(A18:T18>TODAY(),1)),0))

    Control+shift+enter

    C5=INDEX(A18:T18,MATCH(1,IF(A19:T19<B4,IF(A18:T18>C4,1)),0))

    Control+shift+enter

  3. #3
    Registered User
    Join Date
    03-28-2018
    Location
    USA
    MS-Off Ver
    2016
    Posts
    24

    Re: IF/AND Logic

    Thank you sir. +Rep and Solved.

+ 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] Need Help with IF Logic
    By doubledd in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-23-2019, 11:43 AM
  2. Logic help please
    By AndyGW in forum Excel General
    Replies: 0
    Last Post: 04-25-2017, 08:59 AM
  3. Logic help
    By LukeMc80 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-23-2015, 07:34 AM
  4. [SOLVED] need help with IF logic
    By smkingun in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-08-2014, 12:02 AM
  5. Need help for this Logic
    By sathyaanil37 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-13-2012, 09:11 AM
  6. For each next logic. How to end?
    By danny2000 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-11-2007, 07:04 AM
  7. IF THEN logic
    By frogman in forum Excel General
    Replies: 3
    Last Post: 04-28-2006, 11:25 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