Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A little bit tricky . Have column B with cells containing text . Have D
column with cells containing text . Example : B1 : Mother D1 : Son and mother are going home B2 : Father D2 : Rain in London B3 : John and his uncle D3 : Some time ago John and his uncle did... B4 : Mother and father D4 : Mother cooks great B5 : Mother and son D5 : Mother and father and son The macro should look in every cell in B column . If same text is found in cell from D column , deletes the entire row . Else , keeps the row Capitalisation should not matter "Mother" from B1 is found in D1 . So delets the row "Father" from B2 not to be found in D2 . Keeps the row "John and his uncle" from B3 found in D3 . Delets the row "Mother and father" from B4 not found in D4 . Keeps the row . Even though "Mother" is found in D4 , not all words from B4 can be found in D4 (ex : father) "Mother and son" from B5 can be found in D5 , but not in the order they are in B5 . So the macro keeps the row I think i covered all possible cases |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro analyses cells in 2 columns . If same text found , keeps row | Excel Programming | |||
Macro analyses Cell . If text found , delets entire row | Excel Programming | |||
Macro that analyses data from 3 columns and puts result in 4th | Excel Programming | |||
Macro that delets all cells containg ALL words in bold | Excel Programming | |||
Macro which searches for a character . When found delets what's be | Excel Programming |