Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all, I have data in column A and B like (see below)
A B------columns BB School Suzi dd coroc film CC Tony MR Kent stated Society DD Chandeliers Fil Section EE Youth of Generation Prima film and in column E I have data like (see below) E -------column MR Kent Suzi dd Prima Chandeliers I want some formula in column F which should check column E text in column B text line and when it match those column E text words in column B text then it should return column A value. So result will be something like this E F---------columns MR Kent CC Suzi dd BB Prima EE Chandeliers DD I hope I was able to explain my question. Please can any friend help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
=IF(LEN(SUBSTITUTE($B1;$E1;""))=LEN($B1);"";A1) Arvi Laanemets "K" wrote in message ... Hi all, I have data in column A and B like (see below) A B------columns BB School Suzi dd coroc film CC Tony MR Kent stated Society DD Chandeliers Fil Section EE Youth of Generation Prima film and in column E I have data like (see below) E -------column MR Kent Suzi dd Prima Chandeliers I want some formula in column F which should check column E text in column B text line and when it match those column E text words in column B text then it should return column A value. So result will be something like this E F---------columns MR Kent CC Suzi dd BB Prima EE Chandeliers DD I hope I was able to explain my question. Please can any friend help |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Jan 12, 11:46*am, "Arvi Laanemets" wrote:
Hi =IF(LEN(SUBSTITUTE($B1;$E1;""))=LEN($B1);"";A1) Arvi Laanemets "K" wrote in message ... Hi all, *I have data in column A and B like (see below) A * * * * * *B------columns BB * * * * *School Suzi dd coroc film CC * * * * *Tony MR Kent stated Society DD * * * * *Chandeliers Fil Section EE * * * * *Youth of Generation Prima film and in column E I have data like (see below) E -------column MR Kent Suzi dd Prima Chandeliers I want some formula in column F which should check column E text in column B text line and when it match those column E text words in column B text then it should return column A value. *So result will be something like this E * * * * * * * * * * * F---------columns MR Kent * * * * * *CC Suzi dd * * * * * * *BB Prima * * * * * * * * EE Chandeliers * * * *DD I hope I was able to explain my question. *Please can any friend help- Hide quoted text - - Show quoted text - Thanks lot |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula: figures to words | Excel Discussion (Misc queries) | |||
formula number to words | Excel Worksheet Functions | |||
How do I match numeric coding in a worksheet to words in a pdf fil | Excel Discussion (Misc queries) | |||
How do I display more than one match in a Index/Match formula? | Excel Worksheet Functions | |||
match and count words | Excel Worksheet Functions |