Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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.programming
|
|||
|
|||
![]()
=INDEX(A:A,MATCH("*"&E1&"*",B:B,0))
-- __________________________________ HTH Bob "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.programming
|
|||
|
|||
![]()
On Jan 12, 12:01*pm, "Bob Phillips" wrote:
=INDEX(A:A,MATCH("*"&E1&"*",B:B,0)) -- __________________________________ HTH Bob "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 | |||
Lookup Formula: Return 1st match, then 2nd match, then 3rd match | Excel Discussion (Misc queries) | |||
Formula to match words | Excel Discussion (Misc queries) | |||
How do I match numeric coding in a worksheet to words in a pdf fil | Excel Discussion (Misc queries) | |||
Compare 2 cell content and match them if 2 or 3 words are identicaly | Excel Programming | |||
match and count words | Excel Worksheet Functions |