+ Reply to Thread
Results 1 to 6 of 6

add to =if(and(c5>1,d5>1,i5=0),"order","")

Hybrid View

  1. #1
    Registered User
    Join Date
    12-07-2007
    Posts
    9

    add to =if(and(c5>1,d5>1,i5=0),"order","")

    Using current formula but need to add to it

    =if(and(c5>1,d5>1,i5=0),"order","") c is min, d is max, i is quantity on hand

    I want to be able to add to it so that if i=0 & c=0, it will show order also.

    This is getting over my head and I could sure use some guidance.

    A big big thanks in advance.

    SR

  2. #2
    Forum Contributor
    Join Date
    06-03-2008
    Posts
    387
    =if(or(and(c5>1,d5>1,i5=0),and(c5=0,i5=0)),"order","")

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    msritchie2

    Please use the correct forum, I have moved this to the Functions forum.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  4. #4
    Registered User
    Join Date
    12-07-2007
    Posts
    9

    Function forum

    Thank you, I din't realize I was in the wrong place.

  5. #5
    Registered User
    Join Date
    12-07-2007
    Posts
    9
    Thanks for the suggestion. I'll give it a try.

  6. #6
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    You can also try this
    =IF(AND(OR(C6>1,C6=0),D6>1,I6=0),"order","")

+ 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