Delete Rows

  • Thread starter Thread starter kkondrat1
  • Start date Start date
K

kkondrat1

Hello,

I want to delete all rows that contain data in a set column.

for example:

name age height
john...15....6'2
kevin...67...5'4
66...5'8

so i would want to delete all rows that have a name leaving the dat
below:

name.....age...height
..............66.....5'8

i need to do this as a macro
 
Hi

Select the cells in column A
F5
Special
Constants (with only text checked)
Ok

Edit>Delete..Choose Entire row
 
that doesn't work.......

I need to delete all the rows that contain data
 
Hi
name age height
john...15....6'2
kevin...67...5'4
66...5'8

I thought 66 is also in Column A
Do the same and check constants and don't uncheck the three items
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top