Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
You can try this. Assume that the data is in range C3:C11. In cell D3, use the following formula and copy down till D11: =IF(COUNTIF(D$2:D2,MATCH(LOOKUP(REPT("z",99),C$3:C 3),$C$3:$C$11,0))=2,"a",MATCH(LOOKUP(REPT("z",99) ,C$3:C3),$C$3:$C$11,0)). This will show "a" against all cases where blank rows are more than 1. Now select range D3:D11 and press F5 Special. Under the formulas radio button, select Text. This will highlight all the "a" values. Simply delete the rows. -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "hardeep.kanwar" wrote in message ... Hi! to Everyone There are many Software and Addin 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 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 -- hardeep.kanwar ------------------------------------------------------------------------ hardeep.kanwar's Profile: http://www.thecodecage.com/forumz/member.php?userid=170 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=108814 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
delet multiple entries on same row(different columns) | Excel Discussion (Misc queries) | |||
DELET PERTICULER WORD FROM THE EXCEL SHEET | Excel Worksheet Functions | |||
how do I lock formulas, but still allow rows to be added or delet. | Excel Worksheet Functions | |||
how to display remaining rows as blanks | Excel Worksheet Functions | |||
Counting rows of blanks across certain columns | New Users to Excel |