+ Reply to Thread
Results 1 to 6 of 6

IF formula containing >=, <= & =

  1. #1
    Registered User
    Join Date
    12-05-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    4

    IF formula containing >=, <= & =

    Hey,

    This may be a bit of an easy one, but for some reason i can't seem to work it out.

    i have a formula that says:
    =IF(J23>=10,"PROCESS ORDER / PROVIDE STAND",IF(J23<=9,"PLS REVISE ORDER / CANCELLED",IF(J23=0,"")))

    All worked well unitl i enter the last bit: IF(J23=0,"")

    It seems that the <=9 includes the number 0 and then overrides the following comand.

    How would i change this so that when J23 brings back a 0, the cell is left blank?????

    Thanks

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: IF formula containing >=, <= & =

    you could start the if statement with that

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: IF formula containing >=, <= & =

    Try this:

    =IF(J23=0,"",IF(J23<=9,"PLS REVISE ORDER / CANCELLED","PROCESS ORDER / PROVIDE STAND"))

    - Moo

    * Looks like vlady beat me to a similar solution.

  4. #4
    Registered User
    Join Date
    12-05-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: IF formula containing >=, <= & =

    Thanks guys. works perfectly!!!

  5. #5
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: IF formula containing >=, <= & =

    I'm also twin. lol.

  6. #6
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: IF formula containing >=, <= & =

    LOL, vlady.

+ 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