Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jgundel
 
Posts: n/a
Default Replace a long list of abbreviations with full words in Excel

I am trying to replace about 1000 unique abreviations in about 4000 cells in
Excel with their full word equivalent. I have a table of abbreviations and
their longer versions. I want to find/replace without have to do 1000+
individual find/replace functions. The table looks like this.

LONG_NAME SHORT_NAME
VANILLA VAN
CITRUS CTRS
LAVENDER LVNDR
POTPOURRI POTPR
APPLE CINNAMON APLCN
ROSE RSE

How do I do a mass find/replace based on this table?

Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Richard O. Neville
 
Posts: n/a
Default Replace a long list of abbreviations with full words in Excel

This should not be too difficult with the Edit-Replace function, but you can
do only one replacement at a time. In "Find what" type VAN; in "Replace
with" type VANILLA. Click Find Next, then Replace. If it works on two or
three cells, click Replace All. Then repeat this for each of the changes. If
you have trouble, click "Options" on the Replace menu for more parameters.
Also, you may have to widen some of the columns.

"jgundel" wrote in message
...
I am trying to replace about 1000 unique abreviations in about 4000 cells
in
Excel with their full word equivalent. I have a table of abbreviations
and
their longer versions. I want to find/replace without have to do 1000+
individual find/replace functions. The table looks like this.

LONG_NAME SHORT_NAME
VANILLA VAN
CITRUS CTRS
LAVENDER LVNDR
POTPOURRI POTPR
APPLE CINNAMON APLCN
ROSE RSE

How do I do a mass find/replace based on this table?

Thank you!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SteveG
 
Posts: n/a
Default Replace a long list of abbreviations with full words in Excel


If your list of abbreviations are in A2:A1000 and your reference table
is Short name column I and Long name in column J then insert a helper
column so in B2,

=VLOOKUP(A2,I2:J7,2,FALSE)

Copy the formula down your list. CopyPaste SpecialValues the results
over the data in column A and delete the helper column.

HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=509458

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jgundel
 
Posts: n/a
Default Replace a long list of abbreviations with full words in Excel

that's it. Thanks.

"SteveG" wrote:


If your list of abbreviations are in A2:A1000 and your reference table
is Short name column I and Long name in column J then insert a helper
column so in B2,

=VLOOKUP(A2,I2:J7,2,FALSE)

Copy the formula down your list. CopyPaste SpecialValues the results
over the data in column A and delete the helper column.

HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=509458


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
Can you display numbers as words in excel (eg. 10 as ten)? Stefan White Excel Discussion (Misc queries) 2 October 5th 05 04:38 PM
Get excel to list values that occur within raw data dennis34 Excel Discussion (Misc queries) 2 October 5th 05 12:09 PM
more than 3 conditions in conditional formatting - possible? rob curtis Excel Discussion (Misc queries) 11 August 17th 05 04:02 PM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM


All times are GMT +1. The time now is 12:26 PM.

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

About Us

"It's about Microsoft Excel"