Copy complete row

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I hav a large data there is a way of copy a complete row if certain values
are in the rows
 
I hav a large data there is a way of copy a complete row if certain values
are in the rows

Difficult to know exactly what you're trying to do from the limited
comment above, but you could try filtering your data set on the column
containing the values you're interested in. Then just copy and paste.

If the value could be in any column, you could try using a helper
column with an =Match(yourvalue,false) function, then filter on that
column for non errors.

HTH.


__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
 

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