View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Search/Sort Formula Help Needed

Turn on autofilter on column B of Sheet1. Set the filter to display only the
Complete rows. Then just copy/paste the visible rows.
--
Gary''s Student - gsnu201001


"Scott" wrote:

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!