Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just to Add to Norman's excellent advice,
Also look at the help example for the FindNext method in Excel VBA help Whatever you anchor the find command with is the area that is searched Cells.Find . . . searches all cells Columns(A:D).Find . . . searches columns A to D -- Regards, Tom Ogilvy "Norman Jones" wrote in message ... Hi Tammy, One way would be to use a helper column Try putting the formula =COUNTIF(A2:C2,"=alternative")0 in (say) D2 and copy down as far as you need. Then filter using the column D criterion of TRUE. If the process is to be automated, turn on the macro recorder while you perform these steps. If you need any assistance in editing the recorder code, post back with details of the problems you experience. -- Regards, Norman "Tammy" wrote in message oups.com... I'm sorry I don't understand..... I've recorded some macro's such as refreshing the advanced filter, where it will "show all" and delete the user inputs in the fields. But the type of search I'm trying to do is for example...I want to search for the word "alteration" in columns a, b, c, and d and list the rows that contain "alteration" in either one of those columns. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=IF(ISNUMBER(SEARCH("ELB",B2)),"Pipe") add more like "ELB" "FLG" | Excel Worksheet Functions | |||
Creating an "If" Function with multiple "if"s | Excel Worksheet Functions | |||
=IF(ISERROR(SEARCH("insurance",A125,1)),"","*") | Excel Worksheet Functions | |||
Creating a search and "jump to" function | Excel Discussion (Misc queries) | |||
Pointing search function to "This Drive"? | Excel Programming |