+ Reply to Thread
Results 1 to 3 of 3

Create "IF" formula to generate different results based on values in multiple rows

Hybrid View

  1. #1
    Registered User
    Join Date
    11-11-2009
    Location
    detroit
    MS-Off Ver
    Excel 2007
    Posts
    14

    Create "IF" formula to generate different results based on values in multiple rows

    Hello friends,
    I need to write a formula to process the following can you please help
    if column k (where k = status) is not populated, and column h (where h = date) is > than todays date,
    then column j = Behind Schedule if column h is not populated, then column j = Not reported

    Can you please help me convert this into a formula. Can I used "If" formula for this. I tried a couple of times but it did not work

    Please help.
    Thank you
    Last edited by abhinavn; 09-29-2010 at 03:33 PM. Reason: Title not in compliance with rules

  2. #2
    Forum Contributor
    Join Date
    12-26-2008
    Location
    India
    MS-Off Ver
    2007
    Posts
    122

    Re: Help creating formula

    Try this in J1 =IF(AND(K1<>"", H1 > TODAY()),"Behind Schedule",IF(H1="","Not Reported",""))
    If my understanding is wrong, kindly upload sample spreadsheet

  3. #3
    Registered User
    Join Date
    11-11-2009
    Location
    detroit
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Help creating formula

    Thank you Vinod,

    So I modified the formula a little bit to get desired results, this is what I currently have
    =IF(AND(K8="",H8>TODAY()),"On Target",IF(H8="","Not Reported",K8))

    I wanted to add another factor to the first part
    So currently if the date in H8 is > Today it says On Target but if the date is <today I want it to say behind schedule. Can you please help me add that part.

    Thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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