ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Find values in a column (https://www.excelbanter.com/excel-discussion-misc-queries/37327-find-values-column.html)

John

Find values in a column
 
Dear all,
in a colomun I would lik to find out a certain word (alone or part of few
other words) and get the result True or Falso in another column.
For example

A B
house True
housewife True
house in a village True
home False
isolated house True

Thanks for your help and regards
John



Domenic

Try...

B1, copied down:

=ISNUMBER(SEARCH("house",A1))

Hope this helps!

In article , "John"
wrote:

Dear all,
in a colomun I would lik to find out a certain word (alone or part of few
other words) and get the result True or Falso in another column.
For example

A B
house True
housewife True
house in a village True
home False
isolated house True

Thanks for your help and regards
John


Kassie

Hi John

In B1 and down: =IF(ISERROR(FIND("house",A1,1)),"False","True")
--
ve_2nd_at. Randburg, Gauteng, South Africa


"John" wrote:

Dear all,
in a colomun I would lik to find out a certain word (alone or part of few
other words) and get the result True or Falso in another column.
For example

A B
house True
housewife True
house in a village True
home False
isolated house True

Thanks for your help and regards
John




John

Yes, it works fine.
Thanks
John
"Domenic" ha scritto nel messaggio
...
Try...

B1, copied down:

=ISNUMBER(SEARCH("house",A1))

Hope this helps!

In article , "John"
wrote:

Dear all,
in a colomun I would lik to find out a certain word (alone or part of few
other words) and get the result True or Falso in another column.
For example

A B
house True
housewife True
house in a village True
home False
isolated house True

Thanks for your help and regards
John





All times are GMT +1. The time now is 07:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com