+ Reply to Thread
Results 1 to 4 of 4

Nesting logic formulas

Hybrid View

  1. #1
    Registered User
    Join Date
    07-21-2015
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    40

    Nesting logic formulas

    Hi all - it's me again!

    This time I would like to include an IF function and an OR function into the one logical formula. I have tried various ways of doing it and googled for answers but I'm still not getting it right!!

    In this example Column O displays a date based on the date in column J. I want this cell to be blank if column L says "Closed without Enrolment" OR "Discharged". I can manage the formula with just one, but when both are in it, I just can't make it work.

    Of course if there are other ways to do it, I am more than happy with that!

    Thanks in advance!

    Book4.xlsx
    Last edited by cjharwood; 11-30-2015 at 12:41 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Nesting logic formulas

    maybe this...
    =IF(OR(L3="Discharged",L3="Closed without enrolment"),"",IF(J3<>"",WORKDAY(J3,5),""))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    07-21-2015
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    40

    Re: Nesting logic formulas

    Thanks again!

    reputation added and thread marked as solved.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Nesting logic formulas

    Happy to help, and thanks again for the feedback

+ 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] USING LOGIC 1's AND O's WITH FORMULAS
    By heliskier89 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 04-30-2015, 01:02 PM
  2. Replies: 0
    Last Post: 07-10-2013, 11:06 AM
  3. Replies: 12
    Last Post: 07-10-2013, 09:22 AM
  4. Logic formulas
    By isjones in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-02-2011, 11:40 AM
  5. Nesting IF formulas
    By babydee0413 in forum Excel General
    Replies: 4
    Last Post: 02-19-2010, 06:03 PM
  6. Nesting if formulas
    By Estimator 142 in forum Excel General
    Replies: 2
    Last Post: 01-27-2009, 04:29 AM
  7. Nesting formulas
    By msbing916 in forum Excel General
    Replies: 2
    Last Post: 07-30-2007, 11:13 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