Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub tester()
lrow = Range("B" & Rows.Count).End(xlUp).Row For i = lrow To 2 Step -1 Cells(i, 2).Select If ActiveCell.Value < ActiveCell.Offset(-1).Value Then Else ActiveCell.ClearContents End If Next i End Sub "printerdan" wrote: I have a song list I need to purge down such as - Abba Chiquita SFG058 Abba Duck & Run SC3244 Abba Dancing Queen DK041 Abba Dancing Queen SFABBA001 Abba Dancing Queen SC8765 Abba Take A Chance On Me CBEP74 where Dancing Queen is repeated with a different disk code, I want to delete further references (row D3 thru D4). The intent is to import the results into a publishing program (InDesign). |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Transposing Multiple Cell References to Multiple Values (NOT total | Excel Discussion (Misc queries) | |||
Transposing Multiple Cell references as Multiple Values | Excel Discussion (Misc queries) | |||
Multiple references | Excel Worksheet Functions | |||
How do I put multiple references in the same cell? | Excel Worksheet Functions | |||
Multiple References | Excel Discussion (Misc queries) |