billyheanue
Board Regular
- Joined
- Jul 13, 2015
- Messages
- 109
Hi all,
I have a column that is the result from a pivot table, converted to values. It looks like this:
[TABLE="width: 494"]
<colgroup><col></colgroup><tbody>[TR]
[TD]#2 TRAY FOAM BLK 8X5.75X.75 [/TD]
[/TR]
[TR]
[TD]16200427[/TD]
[/TR]
[TR]
[TD]#20 4-PLY WET MOP N/B COTTON 1.25" HEADBAND CUT END [/TD]
[/TR]
[TR]
[TD]27607114[/TD]
[/TR]
[TR]
[TD]#20 WET MOP 4-PLY RAYON 1.25" N/B H/B CUT END [/TD]
[/TR]
[TR]
[TD]27604080[/TD]
[/TR]
[TR]
[TD]#3 BIOPLUS EARTH 1 RECYCLED CONTAINER 7.75X5.5X2.5 [/TD]
[/TR]
[TR]
[TD]26080042[/TD]
[/TR]
[TR]
[TD]1# FOOD CONTAINER CHIPBOARD 4.375X3.5625X2.5 NAT [/TD]
[/TR]
[TR]
[TD]39541948[/TD]
[/TR]
[TR]
[TD]1/4-SHEET CAKE COMBO 5" ROSEDOME BLACK BASE [/TD]
[/TR]
[TR]
[TD]16203475[/TD]
[/TR]
[TR]
[TD]1/4-SHEET CAKE CONTAINER FOIL [/TD]
[/TR]
[TR]
[TD]31045101[/TD]
[/TR]
[TR]
[TD]1/4-SHT SUNBRITE CAKE BOX HIWALL 14X10X8 [/TD]
[/TR]
[TR]
[TD]54210291[/TD]
[/TR]
[TR]
[TD]10 XLG KLEENGUARD G60 NITRILE CUT RESIST GLOVE/WHT&BLK [/TD]
[/TR]
[TR]
[TD]154074331[/TD]
[/TR]
[TR]
[TD]10" WOODEN SKEWER [/TD]
[/TR]
[TR]
[TD]617008185
... and so on, for nearly 1000 cells. Since I have copied the item numbers into the adjacent column, i need to now delete every other ROW in this column. In total, there are 1083 rows in Column B, and I need to delete every other row, starting with row 2.
Can anyone help?
Thanks![/TD]
[/TR]
</tbody>[/TABLE]
I have a column that is the result from a pivot table, converted to values. It looks like this:
[TABLE="width: 494"]
<colgroup><col></colgroup><tbody>[TR]
[TD]#2 TRAY FOAM BLK 8X5.75X.75 [/TD]
[/TR]
[TR]
[TD]16200427[/TD]
[/TR]
[TR]
[TD]#20 4-PLY WET MOP N/B COTTON 1.25" HEADBAND CUT END [/TD]
[/TR]
[TR]
[TD]27607114[/TD]
[/TR]
[TR]
[TD]#20 WET MOP 4-PLY RAYON 1.25" N/B H/B CUT END [/TD]
[/TR]
[TR]
[TD]27604080[/TD]
[/TR]
[TR]
[TD]#3 BIOPLUS EARTH 1 RECYCLED CONTAINER 7.75X5.5X2.5 [/TD]
[/TR]
[TR]
[TD]26080042[/TD]
[/TR]
[TR]
[TD]1# FOOD CONTAINER CHIPBOARD 4.375X3.5625X2.5 NAT [/TD]
[/TR]
[TR]
[TD]39541948[/TD]
[/TR]
[TR]
[TD]1/4-SHEET CAKE COMBO 5" ROSEDOME BLACK BASE [/TD]
[/TR]
[TR]
[TD]16203475[/TD]
[/TR]
[TR]
[TD]1/4-SHEET CAKE CONTAINER FOIL [/TD]
[/TR]
[TR]
[TD]31045101[/TD]
[/TR]
[TR]
[TD]1/4-SHT SUNBRITE CAKE BOX HIWALL 14X10X8 [/TD]
[/TR]
[TR]
[TD]54210291[/TD]
[/TR]
[TR]
[TD]10 XLG KLEENGUARD G60 NITRILE CUT RESIST GLOVE/WHT&BLK [/TD]
[/TR]
[TR]
[TD]154074331[/TD]
[/TR]
[TR]
[TD]10" WOODEN SKEWER [/TD]
[/TR]
[TR]
[TD]617008185
... and so on, for nearly 1000 cells. Since I have copied the item numbers into the adjacent column, i need to now delete every other ROW in this column. In total, there are 1083 rows in Column B, and I need to delete every other row, starting with row 2.
Can anyone help?
Thanks![/TD]
[/TR]
</tbody>[/TABLE]