Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
you could use a helper column. say your data begins in cell B1, enter in A1
=ISERROR(SEARCH("bob", B1,1)) and copy down as far as necessary. this will return TRUE if bob is not found and FALSE if it is found (counterintuitive, I know) sort your data using Column A or use Autofilter to group the TRUE/FALSE values and copy to another worksheet. " wrote: The sheet is all words I want to sort all the cells by a name like "Bob" but bob is not always the first word in the cell. What I really need to do is list all the cells with the name bob in a column and be able to cut and paste them into another spreadsheet column. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nesting a sheet name reference within a cell reference??? | Excel Discussion (Misc queries) | |||
Combining data from cells from several excel sheets to a new sheet | Excel Discussion (Misc queries) | |||
Referencing cell in another sheet yields null? | Excel Worksheet Functions | |||
Does excel recognise names rather than cells? | Excel Worksheet Functions | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions |