+ Reply to Thread
Results 1 to 2 of 2

Nested if function

Hybrid View

  1. #1
    Registered User
    Join Date
    02-20-2018
    Location
    london
    MS-Off Ver
    excel 2010
    Posts
    14

    Question Nested if function

    Hi,

    I've got a formula here :

    =IF(AND(H5="Direct Entry",CW5<AG5+49,CW5<>""),"Target Met","Breach")

    what I'd like to do is now to see if H5 does not = "Direct Entry" then i'd like for it to follow other logical tests which include referring to other columns etc... what is the best way to do this. would appreciate advice

    thanks

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,832

    Re: Nested if function

    Try

    =IF(H5="Direct Entry",IF(AND(CW5<AG5+49,CW5<>""),"Target Met","Breach"),"h5 not Direct Entry")

    Replace highlighted with your "Not Direct Entry" tests

+ 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] Nested vlookup or nested IFAND function?
    By jeptik in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-11-2017, 02:27 AM
  2. Calling function inside function. (aka nested function)
    By jakopak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-02-2015, 05:58 AM
  3. COUNTIF/COUNTIFS function + nested user-defined function
    By shamjamali in forum Excel General
    Replies: 1
    Last Post: 05-12-2015, 09:12 PM
  4. [SOLVED] Nested Function With Division - Receiving #VALUE! Function Error
    By DDM64 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-17-2013, 01:16 PM
  5. Replies: 6
    Last Post: 12-14-2012, 10:43 PM
  6. [SOLVED] Nested AND function within IF function is only addressing logical1 but not logical2
    By betic in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-20-2012, 09:17 AM
  7. Offset function with nested match function not finding host ss.
    By MKunert in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-21-2006, 06:50 PM

Tags for this Thread

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