Results 1 to 6 of 6

Thread: Nested if isblank, or, and excel function.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    9
    Rep Power
    0

    Nested if isblank, or, and excel function.

    I have an =IF(ISBLANK statement below that works.

    What I need to add to it are two additional tests:

    Test 1: if N2 ISBLANK AND Q2 is equal to or greater than zero, the formula needs to return "100%"

    Test 2: if N2 and Q2 ISBLANK, the formula needs to return "Request Info"

    Current Formula:

    Code:
    =IF(ISBLANK(N2),"Request Info",IF(N2=0,"100%",1-((N2)/((P2)-(O2-Q2))))) 

    Scenario 1
    N2=ISBLANK
    Q2=0
    Return "100%"

    Scenario 2
    N2=ISBLANK
    Q2=ISBLANK
    Return "Request Info"

    Note: the formula needs to be relative since it's used in an Excel Table.


    Many thanks for your help.
    Last edited by larryt1940; 10-02-2014 at 11:00 PM.

Similar Threads

  1. UDF (user defined function) replacement for Excel's DATEDIF function
    By Rick Rothstein in forum Rick Rothstein's Corner
    Replies: 21
    Last Post: 03-07-2015, 09:47 PM
  2. Nested If Formula With Multiple Conditions
    By lprc in forum Excel Help
    Replies: 10
    Last Post: 04-22-2013, 07:27 PM
  3. Nested Search Function Excel Formula
    By trankim in forum Excel Help
    Replies: 6
    Last Post: 10-29-2012, 10:29 PM
  4. Excel Nested IF Function With 3 Conditions
    By patsir in forum Excel Help
    Replies: 3
    Last Post: 08-25-2012, 07:15 PM
  5. Excel Nested IF 3 Condition Formula
    By yomgi in forum Excel Help
    Replies: 2
    Last Post: 02-20-2012, 11:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •