Search/Sort Formula Help Needed

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I have a workbook that I need help with that is set up like so:

Sheet1: Main Database (this sheet is the master data list.)
Sheet1 is set up as so:

A_______B______________
Data1 Needs Information
Data2 Needs Information
Data3 Complete
Data4 Needs Information
Data5 Complete

Now, on Sheet2 I would like to display all of the rows that say "Complete"
in ColumnB. I would like for the final display in Sheet2 to read as:

A_______B______
Data3 Complete
Data5 Complete

How do I do this?

Thanks!
 
Turn on autofilter on column B of Sheet1. Set the filter to display only the
Complete rows. Then just copy/paste the visible rows.
 
Back
Top