Using COPY with an IF formula

B

burnsbyrne

I have a spreadsheet that looks like this

ID# HF1 HF2 HF3 HF4 MD
222 y y n y Smith
333 y n n n Jones
444 y y y y Jackson
555 y y n y Jackson
and so on

I need to copy the row(s) for each MD and place them into a row in
another workbook. I was wondering if there is some way that I could
combine the IF statement and the COPY statement. Something like
=IF(MDcolumn,"smith",copy row). Maybe using an IF statement is not the
way to solve this problem. I am open to other ways to do this, no ideas
turned away!
Thanks in advance!
Mike
 
B

burnsbyrne

I had forgotten about using filter. It looks like using autofilter will
make the job go faster. I'll be able to isolate the rows containing a
certain name and just copy the row to the other worksheet.
Thanks for your suggestion!


Ardus said:
Have a look at Menu Data>Filter>Automatic filter & Advanced filter

HTH
--
AP

"burnsbyrne" <[email protected]>
a
écrit dans le message de (e-mail address removed)...
 

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

Top