Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Find Replace Textual Values across entire records

How to I replace or substitute multiple unique numeric records in 2 columns
with the related textual value from another column.

For Example:
I would like to replace or substitue Column C & D records with the related
textual value of Column A.

Column A "name" = Textual value
Column B "regnum" = unique id

Column C "sire_num"= unique id relating to Column A "name" - textual value
Column D "dam_num"= unique id relating to Column A "name" - textual value

Looking forward to your help.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27,285
Default Find Replace Textual Values across entire records

Insert a new column D and use a formula

In the new D2:
=if(C2<"",Index(A:A,Match(C2,B:B,0),1),"")
drag down
the column
Select the new column D and do Edit=Copy, then Edit=PasteSpecial and
select values.

now delete the current column C

Repeat with the old Column D.

--
Regards,
Tom Ogilvy



"Lynden" wrote in message
...
How to I replace or substitute multiple unique numeric records in 2
columns
with the related textual value from another column.

For Example:
I would like to replace or substitue Column C & D records with the related
textual value of Column A.

Column A "name" = Textual value
Column B "regnum" = unique id

Column C "sire_num"= unique id relating to Column A "name" - textual value
Column D "dam_num"= unique id relating to Column A "name" - textual value

Looking forward to 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
Find & Replace text format jmn13 Excel Discussion (Misc queries) 2 May 25th 06 06:18 PM
How do I find and replace the " mawmawball Excel Discussion (Misc queries) 8 December 22nd 05 01:19 AM
Find and Replace blakrapter Excel Worksheet Functions 3 December 15th 05 12:25 AM
Find and Replace koba Excel Discussion (Misc queries) 1 November 23rd 05 10:19 PM
find and replace, within workbook Matt Carter Excel Discussion (Misc queries) 1 November 22nd 05 12:55 AM


All times are GMT +1. The time now is 10:52 AM.

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"