Ignoring blanks and consolidating

  • Thread starter Thread starter stevemyers
  • Start date Start date
S

stevemyers

I have a spreadsheet (duh) structured as below:

A B C D
1 123 aa bb cc
2 231 ad sd cf
3 123 sw dr fr
4 123 ws fr ft
5 321 gr te gt

I wish to dynamically read this worksheet and transfer the data t
another spreadsheet. i.e. Reading column "A", transfer all of the row
containing "123" to another spreadsheet without blank rows, as follows

A B C D
1 123 aa bb cc
2 123 sw dr fr
3 123 ws fr ft

I can read the info as I want using an array formula, except it insert
the blank rows. Thanks for the help
 
hi steve,

why not to use an autofilter to select it? than you can select the range,
press F5 Special - visible cells only - copy and paste?

hth
regareds from Brazil
Marcelo

"stevemyers" escreveu:
 

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