eastbiomed
New Member
- Joined
- Jul 9, 2012
- Messages
- 13
Thanks in advance! I have a excel 2010 spreadsheet that has a column "H". In column "H" many of the cells have the folowing data: "Department Open PM Count :" and in this same column "H" some of the cells directly above the cell data: "Department Open PM Count :" has a cell value of: "Call #" WhaT iw ould like to do is when this combination occurs, I would like to delete both rows. Here's a little sample:
COLUMN H
Call #
000123567
000485857
000344566
Department Open PM Count:
Call #
Department Open PM Count:
Call #
000123567
000485857
000344566
Department Open PM Count:
In my above example some areas of my column H have calls associated with them but in some there aren't any. When there are no call numbers listed, just the cell value Call# then immediately below is Department Open PM Count... I would like a VBA script that can recognize that combination and delete those two rows. This occurs frequently in column H.
Thanks again!
COLUMN H
Call #
000123567
000485857
000344566
Department Open PM Count:
Call #
Department Open PM Count:
Call #
000123567
000485857
000344566
Department Open PM Count:
In my above example some areas of my column H have calls associated with them but in some there aren't any. When there are no call numbers listed, just the cell value Call# then immediately below is Department Open PM Count... I would like a VBA script that can recognize that combination and delete those two rows. This occurs frequently in column H.
Thanks again!