Results 1 to 11 of 11

Compare rows in excel sheet

Threaded View

  1. #1
    Forum Contributor vijay2482's Avatar
    Join Date
    03-03-2009
    Location
    Paris,France
    MS-Off Ver
    Excel 2003
    Posts
    263

    Compare rows in excel sheet

    Hi,
    I have a excel sheet that has few columns.
    I need to compare each row in the sheet with other rows in the same sheet.
    Key	Unit	        Assembly	Effective_Date
    10	05100070	4308788H92	10/02/2012
    10	05100070		        10/02/2012
    20	05100070	4308788H93	05/01/2013
    Logic:
    If column A contains different data in 2 rows then check column B, If column B contains same data then check C,
    If column C in one row is empty and column C in another row has data then copy the value of column D (column C has value) to column D of the row which is empty in column C.

    required output:
    Key	Unit	        Assembly	Effective_Date
    10	05100070	4308788H92	10/02/2012
    10	05100070		        05/01/2013
    20	05100070	4308788H93	05/01/2013
    Thanks in advance.
    Attached Files Attached Files
    VIjay

    If you find any of the post useful to your question, please add to the contributor's reputation by clicking the blue scales icon in the blue bar of the post.

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