+ Reply to Thread
Results 1 to 5 of 5

Multiple IF Statements

  1. #1
    Forum Contributor
    Join Date
    03-20-2013
    Location
    Toronto
    MS-Off Ver
    Excel 2010
    Posts
    108

    Multiple IF Statements

    Attachment 224009

    I am looking for a formula with multiple IF statements to do the following below:

    In cell G11, I would like to mark an 'X', if column D says 'Complete' and the date in column E is within the month in columns G-S.

    Any help would be greatly appreciated. Thank you.
    Attached Images Attached Images

  2. #2
    Forum Contributor
    Join Date
    03-20-2013
    Location
    Toronto
    MS-Off Ver
    Excel 2010
    Posts
    108

    Re: Multiple IF Statements

    The formula I used to have was:

    =IF($E11<G1,"",IF($E11>G2,"","x"))

    But the above formula only marks an 'X' if column E is within that month.

  3. #3
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Multiple IF Statements

    =IF(AND(ColumnD="Complete",StartDate>=BL1,EndDate<=BL2),"X","") - I wasn't really sure about your columns so hopefully you can understand and plug in the cells....maybe next time attach the worksheet, makes it a little easier on the helper side....HTH
    Ernest

    Please consider adding a * if I helped

    Nothing drives me crazy - I'm always close enough to walk....

  4. #4
    Forum Contributor
    Join Date
    03-20-2013
    Location
    Toronto
    MS-Off Ver
    Excel 2010
    Posts
    108

    Re: Multiple IF Statements

    Perfect that worked! Thanks!

  5. #5
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Multiple IF Statements

    Glad I could help....

+ 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