Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
v v is offline
external usenet poster
 
Posts: 1
Default deleting phrases in Excel and/or Word

My question is for beginners but I am working with spreadsheets and documents
which contains a lot of the same words I want to delete. Can anyone please
tell me how I can do this? THANK YOU BEFOREHAND FOR YOUR HELP!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default deleting phrases in Excel and/or Word

Here's one quick play using SUBSTITUTE for progressive deletion ..

Assume text data is running in A1 down

Enter the exact words/phrases (case sensitive) you want deleted in say K1
down. Eg assuming you have 3 words to delete:
in K1: the, in K2: Oops, in K3: milk

Then place in B1:
=TRIM(SUBSTITUTE(A1,INDEX($K:$K,COLUMN(A1)),""))
Copy B1 across by 3* cols to D1, fill down as far as required
*copy across by the no. of words/phrases to be deleted in col K

The "final" col D will return the results that you're after.

Col B deletes the 1st word input in K1, col C deletes the 2nd, and col D
deletes the 3rd, and so on.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"v" wrote:
My question is for beginners but I am working with spreadsheets and documents
which contains a lot of the same words I want to delete. Can anyone please
tell me how I can do this? THANK YOU BEFOREHAND FOR YOUR HELP!

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default deleting phrases in Excel and/or Word

This is probably too easy, but in the absence of much detail, try this method.

EditReplace

what: word to delete

with: nothing

Replace all


Gord Dibben MS Excel MVP


On Tue, 27 Feb 2007 17:02:05 -0800, v <pleasehelp wrote:

My question is for beginners but I am working with spreadsheets and documents
which contains a lot of the same words I want to delete. Can anyone please
tell me how I can do this? THANK YOU BEFOREHAND FOR YOUR HELP!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deleting a Row if it contains a specific word Steve Madsen Excel Discussion (Misc queries) 1 February 1st 07 09:58 PM
Use of Text Phrases in Excel Functions Girija Excel Worksheet Functions 0 March 16th 06 06:31 AM
count unique phrases in a word table or spreadsheet SDB Excel Worksheet Functions 1 September 15th 05 05:04 PM
How to Replace Numbers with Phrases Jerry Arnone, PMP Excel Discussion (Misc queries) 1 June 29th 05 02:00 PM
How to Replace Numbers with Phrases Jerry Arnone, PMP Excel Discussion (Misc queries) 0 June 29th 05 12:37 PM


All times are GMT +1. The time now is 06:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"