+ Reply to Thread
Results 1 to 4 of 4

if formula help

  1. #1
    Registered User
    Join Date
    10-16-2013
    Location
    Texas
    MS-Off Ver
    Excel 2013
    Posts
    2

    if formula help

    Hello, I am trying to find a formula that will do this I have rows that has 9k100tkh0gs 100, 9k100tkh0gs 250, and 9k100tkh0gs 500, I want a formula that will look only at the 100, 250 or 500 in a cell. for example I have 20 rows with 9k100 100, 9k100 250 9k100 500, 9k150 100, 9k150 250, 9k150 500,and so on.


    I want the formula to put "OK" next to the cells that has 100 or 250 and "NON STOCK" by the ones that has 500

    any help will be appreciated.

    Thanks

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,434

    Re: if formula help

    Try this:
    =IF(--RIGHT(A1,3)=500,"NON STOCK","OK")
    Quang PT

  3. #3
    Registered User
    Join Date
    10-16-2013
    Location
    Texas
    MS-Off Ver
    Excel 2013
    Posts
    2

    Re: if formula help

    Thanks that did it

  4. #4
    Forum Contributor
    Join Date
    06-25-2012
    Location
    Porto, Portugal
    MS-Off Ver
    Excel 2010
    Posts
    201

    Re: if formula help

    Dont forget to mark this thread as SOLVED please.

+ 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. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 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