View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
scott scott is offline
external usenet poster
 
Posts: 577
Default Search/Sort Formula Help Needed

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!