+ Reply to Thread
Results 1 to 6 of 6

How to Delete Duplicate Row Using Formula not Code

  1. #1
    Forum Contributor
    Join Date
    11-24-2008
    Location
    Delhi
    Posts
    104

    How to Delete Duplicate Row Using Formula not Code

    Hi! to Everyone

    There are many Software and Add-in and Macro or Code to Delete or
    Eliminate the Duplicate Data.

    But, I want to Delete The Duplicate BLANKS Row.I means to Say that
    Delete Every Repeated Blank row

    Note : I Want to Use Formula or Function


    Example

    Hardeep
    Blank
    Renu
    Blank
    Blank
    ABc
    Blank
    DEF
    Blank
    Blank
    Blank
    Now i Want in this format

    Hardeep
    Blank
    Renu
    Blank
    ABC
    Blank
    DEF
    Blank
    and so on,


    Thanks in Advance

    Hardeep Kanwar
    Last edited by hardeep.kanwar; 06-23-2009 at 02:19 AM.

  2. #2
    Forum Contributor
    Join Date
    11-24-2008
    Location
    Delhi
    Posts
    104

    Re: How to Delete Duplicate Row Using Formula not Code

    Quote Originally Posted by Stormseed View Post
    How is your data layout ?
    See The Attached
    Attached Files Attached Files

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: How to Delete Duplicate Row Using Formula not Code

    In cell B2 enter:

    =IF(AND(A1=A2,A2=""),"X",1)

    Now highlight column B -> F5 -> Special -> Formulas -> uncheck all but Text -> OK -> Edit -> Delete -> choose Entire Row Delete -> then delete formulae from column B

  4. #4
    Forum Contributor
    Join Date
    11-24-2008
    Location
    Delhi
    Posts
    104

    Re: How to Delete Duplicate Row Using Formula not Code

    Quote Originally Posted by DonkeyOte View Post
    In cell B2 enter:

    =IF(AND(A1=A2,A2=""),"X",1)

    Now highlight column B -> F5 -> Special -> Formulas -> uncheck all but Text -> OK -> Edit -> Delete -> choose Entire Row Delete -> then delete formulae from column B
    Man You are a Genius!

    Thanks Sir,

    Brilliant!

+ 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