+ Reply to Thread
Results 1 to 4 of 4

If meets criteria in multiple columns then place "X"

  1. #1
    Registered User
    Join Date
    05-17-2014
    MS-Off Ver
    Excel 2003
    Posts
    45

    If meets criteria in multiple columns then place "X"

    What I'm trying to do is make a formula for U8 on the individual site sheets (Arcadia Public Schools, Bank of Broken Bow, etc) that will automatically put an X if ANY of the following conditions are met:

    Column K has an X
    Column L has an X
    Column O is >240
    Column P is a female < 50 or a male < 40
    Column Q is > 200
    Column R is > 160
    Column S is fasting and >=100
    Column T is <0.9 or >5
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Miraun's Avatar
    Join Date
    04-03-2009
    Location
    New England
    MS-Off Ver
    2003, 2007, 2010, 2013
    Posts
    554

    Re: If meets criteria in multiple columns then place "X"

    In U8, try the following:
    IF(OR(K8="X",L8="X",O8>240,AND(B8="Male",P8<40),AND(B8="Female",P8<50),Q8>200,R8>160,AND(N8="Yes",S8>=100),T8<0.9,T8>5),"X","")
    Going for Guru! Click the Star to the bottom left of this post if I helped!

  3. #3
    Registered User
    Join Date
    05-17-2014
    MS-Off Ver
    Excel 2003
    Posts
    45

    Re: If meets criteria in multiple columns then place "X"

    Perfect!! Thank you!!

  4. #4
    Registered User
    Join Date
    05-17-2014
    MS-Off Ver
    Excel 2003
    Posts
    45

    Re: If meets criteria in multiple columns then place "X"

    Actually, something doesn't seem to be quite right with the formula the more I test it. Any other help?

    Also, can I add if Column P or Q are N/A it should be marked with an X.

+ 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: 3
    Last Post: 04-16-2014, 10:00 AM
  2. [SOLVED] pick names from B2 if O2 meets criteria "x"
    By BRIZZLE101 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-31-2013, 08:51 PM
  3. Replies: 0
    Last Post: 01-09-2013, 06:52 PM
  4. [SOLVED] Find multiple "text" criteria and return as ""Yes" in Matrix
    By bertrand82 in forum Excel General
    Replies: 11
    Last Post: 04-30-2012, 09:20 AM
  5. problem with tip "Retrieving an Item from a List that Meets Multiple Criteria"
    By filoberto in forum ExcelTip.com Feedback / Comments / Suggestions
    Replies: 1
    Last Post: 02-25-2006, 08:15 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