+ Reply to Thread
Results 1 to 3 of 3

IF formulas needed

  1. #1
    Registered User
    Join Date
    04-07-2014
    Location
    Knoxville, TN
    MS-Off Ver
    Excel 2007
    Posts
    37

    IF formulas needed

    1. I have a spreadsheet that is tracking orders and a column gives the status: Ordered, ordering, received, receiving, denied, rejected, etc..... I need an "if" formula in column "M" that is true if column "E" is ordered, ordering, receiving, or received.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: IF formulas needed

    Assuming data starts in row 2
    =IF(OR(E2={"ordered", "ordering", "receiving", "received"}), "true", "false")
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    04-07-2014
    Location
    Knoxville, TN
    MS-Off Ver
    Excel 2007
    Posts
    37

    Solved- Re: IF formulas needed

    That did the trick, thanks!

+ 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. Replies: 5
    Last Post: 09-25-2013, 02:51 PM
  2. HELP needed on formulas
    By runwayvogue21 in forum Excel General
    Replies: 3
    Last Post: 03-20-2009, 02:42 AM
  3. [SOLVED] Help With Formulas Needed
    By MAB in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-11-2006, 08:10 PM
  4. Help needed on formulas
    By busterbrown885 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 08-06-2005, 02:05 AM
  5. Date formulas needed
    By David in forum Excel General
    Replies: 9
    Last Post: 07-23-2005, 09:05 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