Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hey guys, i was wondering if there was a way to make a macro to do the job of
Substitute or concatonates... a marco that would take out Matching Values from Column B in Column A: For Example |Column A | Column B| | The American Online | The American Online, Bob | | The American Online | , Bob | Thanks so much for your help!! ~johnny b |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What about using a formula in column C like this:
=TRIM(SUBSTITUTE(SUBSTITUTE(B1,A1,""),",","")) filled down as required. You can overwrite column B with column C by Pastespecial/Values if necessary. Regards, Stefi €˛Johnny B€¯ ezt Ć*rta: Hey guys, i was wondering if there was a way to make a macro to do the job of Substitute or concatonates... a marco that would take out Matching Values from Column B in Column A: For Example |Column A | Column B| | The American Online | The American Online, Bob | | The American Online | , Bob | Thanks so much for your help!! ~johnny b |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find in Column A and Remove from Column B | Excel Discussion (Misc queries) | |||
Find in Column A and Remove from Column B | Excel Discussion (Misc queries) | |||
Find in Column A and Remove from Column B | Excel Discussion (Misc queries) | |||
Find in Column A and Remove from Column B | Excel Discussion (Misc queries) | |||
How to find the most recent date in a column based on other column | Excel Worksheet Functions |