Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Could someone help me with a formula to find the word Contractor in column AB
and have that word appear in the free column AC? This would be for a very large worksheet so I'd drag the formula down. AB has text in it. TIA, GerryK |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(ISNUMBER(SEARCH("contractor",AB2)),"Contractor ","")
-- Regards, Peo Sjoblom "GerryK" wrote in message ... Could someone help me with a formula to find the word Contractor in column AB and have that word appear in the free column AC? This would be for a very large worksheet so I'd drag the formula down. AB has text in it. TIA, GerryK |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
AC1: =IF(COUNTIF(AB1,"*Contractor*"),"Contractor","") In article , GerryK wrote: Could someone help me with a formula to find the word Contractor in column AB and have that word appear in the free column AC? This would be for a very large worksheet so I'd drag the formula down. AB has text in it. TIA, GerryK |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Embedded Word doc containing text form field | Excel Discussion (Misc queries) | |||
Creating a Search Field? | Excel Worksheet Functions | |||
Search field? | Excel Discussion (Misc queries) | |||
need formula to search column for a word and return another word | Excel Discussion (Misc queries) | |||
how can I search a field for a particular word | Excel Worksheet Functions |