+ Reply to Thread
Results 1 to 2 of 2

Need Help with Nested IF Function

  1. #1
    Registered User
    Join Date
    05-02-2014
    Location
    South Africa
    MS-Off Ver
    Excel 2010
    Posts
    2

    Post Need Help with Nested IF Function

    Hi Everyone,

    I am in a silly issue here for work,

    Trying to get variable results with nested function based one the value of a cell .

    My Formula is as follows :

    =IF(M2<-10,"Overstock",IF(M2<0, "Sufficient Stock",IF(M2=0, "No Data",IF(M2<1000, M2,M2))))

    What I need to do is,

    If its lower than -10 result Overstock
    If its Between 0 - -10 results Sufficient stock
    if its =0 then report no data
    If its Higher than 0 but not equal too Should report the Number then,


    This is all for stock ordering.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,732

    Re: Need Help with Nested IF Function

    that works - Although
    you have M2 twice

    so you dont need that really
    =IF(M2<-10,"Overstock",IF(M2<0, "Sufficient Stock",IF(M2=0, "No Data",IF(M2<1000, M2,M2))))
    is the same as

    =IF(M2<-10,"Overstock",IF(M2<0, "Sufficient Stock",IF(M2=0, "No Data",M2)))

    so anything greater than zero will show the value in M2
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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 Function With Division - Receiving #VALUE! Function Error
    By DDM64 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-17-2013, 01:16 PM
  2. Replies: 6
    Last Post: 12-14-2012, 10:43 PM
  3. nested MATCH function within the INDEX function
    By thechoosenonesdream in forum Excel General
    Replies: 4
    Last Post: 10-25-2012, 03:55 PM
  4. [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
  5. [SOLVED] 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