Results 1 to 9 of 9

Comparing Data in a cell to data in multiple columns

Threaded View

  1. #1
    Registered User
    Join Date
    01-25-2017
    Location
    Fiji
    MS-Off Ver
    2013
    Posts
    21

    Post Comparing Data in a cell to data in multiple columns

    Column A and B has multiple data in each Cell. I want to compare data input in column c to the Column A n Column B.
    Eg if data input in Cell C1 matches any Data in Column A or Column B.
    If Data input in C1 Matches any Data in Column A then check if D1 is greater than 2 if both are true then display "X" in E1
    If Data input in C1 Matches any Data in Column B then check if D1 is greater than 4 if both are true then display "X" in E1

          A                       B                        C                     D            E
    
    1    ZZ                      	XA	            	 zx                    6
    2    ZX            	        XB		                      
    3    ZY                       XC
    codes i have tried
     
    =IF(C1=A:B,D1>2"x","") 
    =IF(AND(c1=A:B,4>D1),"x","")
    Last edited by Joym; 01-31-2017 at 04:38 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Popup/Notification Box comparing cell data across multiple worksheets
    By amorshc in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-21-2016, 02:12 PM
  2. Comparing Multiple Sets of Data and Returning Appropriate Cell
    By boyko59 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-07-2016, 12:32 PM
  3. Comparing data in rows in multiple columns?
    By inso in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 08-25-2015, 11:31 AM
  4. Comparing Data on Multiple Sheets and Columns
    By ande2428 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-06-2014, 10:33 AM
  5. [SOLVED] Comparing data in columns over multiple sheets
    By BigBadBill in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-14-2013, 02:01 PM
  6. Comparing data across multiple columns
    By jigabug in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-29-2010, 08:10 PM
  7. Comparing data in multiple columns
    By sammyd323 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-24-2007, 11:54 AM

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