+ Reply to Thread
Results 1 to 3 of 3

Need to identify each row in table where 3 cells meet expected criteria

  1. #1
    Registered User
    Join Date
    09-20-2012
    Location
    Sarasota, Florida
    MS-Off Ver
    Excel 2010
    Posts
    2

    Need to identify each row in table where 3 cells meet expected criteria

    Hello Everyone,

    I'm new to the forum, in fact this is my first post. Of course I'm bringing a problem, I've been unable to solve on my own. Here is the problem that is getting the best of me.

    I need to analyze the data under Jan, Feb, and Mar by row. The goal is to identify all rows that contain a value greater than 2 for all three months.

    Rows 3,8,11,14,16 in the example meet this standard.

    One of my weekly reports contain about 75 thousand rows of data that will look somewhat like the example I have provided. Oh yes, the report comes with some blank cells in the table, but I could replace those blanks with zero's if necessary.

    Thank you for any assistance you can provide.
    Attached Files Attached Files
    Last edited by ewfnsrq; 09-22-2012 at 08:36 AM.

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Help! Need to identify each row in table where 3 cells meet expected criteria

    hi ewfnsrq, welcome to the forum. to do a formula, you can try this in A2:
    =IF(AND(B2>2,C2>2,D2>2),"xx","")

    to do a conditional formatting that highlights the row, select B2:D18 and press ALT + O + D, then do a formula as such
    =AND($B2>2,$C2>2,$D2>2)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    09-20-2012
    Location
    Sarasota, Florida
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Help! Need to identify each row in table where 3 cells meet expected criteria

    Thank you benishiryo! I appreciate your help very much!

+ 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