How I write "if cell value =>1, copy entire row & paste at dest.

  • Thread starter Thread starter sanjeev
  • Start date Start date
S

sanjeev

I want to write a conditional program to execute a command. If the cell
value is equal to or greater than 0, excel should copy the selected cells OR
entire row (as per my requirement at that time) and paste it at another
destination. If I copy this command on every row and if there are blank rows
due to condition being 'false', in the destination rows of pasting it should
delete blank rows.

In short I want to make a 'summary' of the rows of data which meet the
condition in a particular cell.

kindly advise. My email (e-mail address removed)
 
I want to write a conditional program to execute a command. If the cell
value is equal to or greater than 0, excel should copy the selected cells OR
entire row (as per my requirement at that time) and paste it at another
destination. If I copy this command on every row and if there are blank rows
due to condition being 'false', in the destination rows of pasting it should
delete blank rows.

In short I want to make a 'summary' of the rows of data which meet the
condition in a particular cell.

kindly advise. My email (e-mail address removed)

I recommend Advanced Filter and choose the Copy to Another Location option.
 

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