Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Find and replace list with a new list value

I have a list of 1000 names in one sheet. I am trying to update columns in
another sheet with the same 1000 names with a * after it. For example Bill
Smith is in the list for one record and I want it to say Bill Smith*,
indicating special treatment. I can't seem to use find/replace, unless I do
it one at a time. WIth this many it seems too cumbersome and daunting.
Anyone got any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,071
Default Find and replace list with a new list value

Greg
Say your list is in Column A starting in A1. Find some empty column,
say Column F. In F1 enter:
=A1 & "*"
Select F1. Drag it down with the fill handle through all 1000 rows.
Copy all the occupied cells in Column F.
Select A1 and PasteSpecial - Values.
Delete Column F.
Done. HTH Otto
"Greg Schmitz" <Greg wrote in message
...
I have a list of 1000 names in one sheet. I am trying to update columns in
another sheet with the same 1000 names with a * after it. For example
Bill
Smith is in the list for one record and I want it to say Bill Smith*,
indicating special treatment. I can't seem to use find/replace, unless I
do
it one at a time. WIth this many it seems too cumbersome and daunting.
Anyone got any ideas?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Find and replace list with a new list value

If name is in A1 enter the following formula
=A1&"*"
You can then drag the formula down to apply it to all other the other
names you wish
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Find and replace list with a new list value

This isn't quite what I need...I've used this a ton of times, and it's
helpful. Thanks for responding...my situation is this...

I've got fields of data in one sheet that contain multiple names. I've got
another sheet in the book with names going down column A. I need to search
the first sheet for the values in column A on the second sheet. If the name
is found in sheet 1 I need the name replaced with a value of Name & "*".
This is to signify a bit of importance for that particular name. It will
also not replace the whole value in the field, I need to leave th names.

Thanks again.
Greg

"Steven" wrote:

If name is in A1 enter the following formula
=A1&"*"
You can then drag the formula down to apply it to all other the other
names you wish



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Find and replace list with a new list value

Greg,

Assuming the Master list is in column A and the list that you are
comparing to the Master is in column C.You want to highlight those
names that occur in both lists in Column D.
- firstly sort the Master list in alphabetical order
-in Column D enter the following formula =VLOOKUP(C1,A:A,1,0)&"*" and
drag it down
- All item appearing in the master list will get the * and those not
appearing will return #N/A
Hope this is what you had in mind
Steve


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
Find values in one list that do not appear in a second list Gwen Struve Excel Discussion (Misc queries) 1 December 23rd 08 07:40 PM
Find Replace list empty Robert H Excel Discussion (Misc queries) 0 February 6th 07 04:41 PM
replace results from list with corresponding list Sean McDonald Excel Worksheet Functions 0 January 19th 07 08:25 PM
list 1 has 400 names List 2 has 4000. find manes from list 1 on 2 Ed Excel Worksheet Functions 5 September 12th 05 09:48 AM
find names on list 1 in list 2. list 1 4000 names list 2 400 name Ed Excel Worksheet Functions 1 September 4th 05 12:48 AM


All times are GMT +1. The time now is 10:05 PM.

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"