View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Annette[_4_] Annette[_4_] is offline
external usenet poster
 
Posts: 35
Default Delete every 3rd row, then delete rows 2-7, move info f/every 2nd row up one to the end and delete the row below

Thanks, Dave .. but I'm seeing now that I really muffed my email totally
badly in that I meant to delete every 3rd row, then delete COLUMNS 2 through
7, then move the rows, etc. I was able to capture a lot of ideas from
previous posts and from codes I have in my collection. What you provided
also gave me some ideas

"Dave Peterson" wrote in message
...
It makes it easier to copy from your message if you post in plain text.

First, I'm guessing that each field/column has its own data.

If that's true, how about this manual effort:

Insert a new column to the right of your data.
=if(left(a1,3)="drp",b8,"deleteme")


But I can't tell if it's really B8 to keep or C9 or whatever.

But you'll be able to tell by just looking. Adjust the formula to match

your
data.

Drag it down.

I'm hoping that you end up with good data on the good row and "deleteme"

on all
the other.

Then Edit|copy that column
then Edit|paste special|values

Then apply data|filter|autofilter to that column
show only the Deleteme's.
delete the visible rows.

remove the filter and see if it worked.

Try it against a copy of your data--or close without saving!






--

Dave Peterson