+ Reply to Thread
Results 1 to 4 of 4

If any-one of three cells less than a certain number, then return text

  1. #1
    Registered User
    Join Date
    11-21-2012
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    51

    If any-one of three cells less than a certain number, then return text

    Hi,

    I have numbers in A1, B1, and C2. I need a formula in D2 that says; If any of the numbers in any of these three cells is less than 60, then return the value "Out of Stock".

    How do I do this?

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: If any-one of three cells less than a certain number, then return text

    Try this:

    =IF(OR(A1<60,B1<60,C2<60),"Out of Stock","")

  3. #3
    Registered User
    Join Date
    11-21-2012
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    51

    Re: If any-one of three cells less than a certain number, then return text

    Legend!!!!!!!!!!!!!! Thank you so much. :-)

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: If any-one of three cells less than a certain number, then return text

    You're welcome. Thanks for the rep!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. Search a cell for text, and return all surrounding text between two cells
    By TRAPSON in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-13-2017, 02:19 PM
  2. [SOLVED] If any cells = number return a text
    By Daza in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-25-2015, 09:53 PM
  3. How to return the number of text cells in a filtered range
    By Adamlee in forum Excel Formulas & Functions
    Replies: 23
    Last Post: 03-10-2015, 12:41 PM
  4. Replies: 2
    Last Post: 01-28-2015, 09:07 AM
  5. [SOLVED] look up text and return corresponding number
    By doylzer in forum Excel General
    Replies: 4
    Last Post: 10-15-2014, 05:08 AM
  6. [SOLVED] analyze cells of text-return defined text phrase if all cells have same text
    By vtwinsport in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-30-2014, 09:30 PM
  7. Replies: 2
    Last Post: 09-07-2013, 07:50 PM

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