+ Reply to Thread
Results 1 to 2 of 2

If L10 is greater than Q10 then "Dont Order", if L10 is less than Q10 then "Order" Formula

  1. #1
    Registered User
    Join Date
    02-17-2011
    Location
    Philippines
    MS-Off Ver
    Microsoft Office Professional Plus 2021
    Posts
    69

    If L10 is greater than Q10 then "Dont Order", if L10 is less than Q10 then "Order" Formula

    Dear Everyone,

    I am in a jam right now, been banging my head in my desk but still haven't figure it out yet. May I request for you help in the attached sheet please, the logic I am trying to complete are as follow;

    Version 1
    - If remaining inventory (L10) is greater than Quantity to order (Q10) then the outcome should be a text that says "DONT ORDER"
    - If remaining inventory (L10) is less than Quantity to order (Q10) then the outcome should be a text that says "ORDER"


    Version 2
    - If remaining inventory (L10) is greater than Quantity to order (Q10) by 20% then the outcome should be a text that says "DONT ORDER"
    - If remaining inventory (L10) is less than Quantity to order (Q10) by 20% then the outcome should be a text that says "ORDER"

    If anyone could give me a quick logic on the greater than less than conditional formula would be great as well on the side.

    Really appreciate you help my friend, thank you very much!

    Regards,

    Francis
    Attached Files Attached Files

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: If L10 is greater than Q10 then "Dont Order", if L10 is less than Q10 then "Order" For

    Hi

    Do you mean for the first version, something like this?

    =IF(OR(L10=0,Q10=0),"",IF(L10>Q10,"DON’T ORDER",IF(L10<=Q10,"Order")))

    I am not able to understand how can compine first with second version.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

+ 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