+ Reply to Thread
Results 1 to 2 of 2

Is there a way to compare data of column 1 with column 3 and place it next to column 1?

  1. #1
    Registered User
    Join Date
    12-03-2013
    Location
    INDIA
    MS-Off Ver
    Excel 2007
    Posts
    1

    Is there a way to compare data of column 1 with column 3 and place it next to column 1?

    Hi,

    Is there a way to compare data of column 1 with column 3 and place it next to column 1?

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,973

    Re: Is there a way to compare data of column 1 with column 3 and place it next to column

    Hi and welcome to the forum

    How you do this, depends entirely on how your data is laid out.

    If it is a 1-for-1 mach by row, then a simple..
    =if(a2=c2,c2,0)
    copied down

    If the rows do not match, then perhaps a vlookup() is what you want...

    =vlookup(a2,$c$2:$c$100,1,0)
    copied down
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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: 6
    Last Post: 01-08-2014, 01:56 PM
  2. [SOLVED] Find MAX values in one column (A) and place data in another column next to the MAX value
    By coach.32 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-14-2013, 09:14 PM
  3. Compare data from a column in a crystal report to a column in excel and post data
    By dkrzysik in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-31-2012, 02:02 PM
  4. VBA to compare value to a range and place in adjacent column
    By billyv77 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-20-2012, 01:53 PM
  5. Replies: 2
    Last Post: 02-13-2012, 09:03 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