#1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Find and replace

I have a table with 6 columns, A to F. Column A contains unique item
numbers. Column B contains descriptions of those items. Columns C-F
contain a random listing of the numbers from column A.

I want to replace the random listings of items in C-F with the
descriptions of the items from column B.

There are 1300 items. Can I do this without running 1300 Find and
Replaces?

I would be happy with four new columns added that have the descriptions
for the random items in C-F in the same order (not exactly a replace).

Thanks!

Al

  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Find and replace

In G1 put this and copy down
=VLOOKUP(C1,A:B,2,FALSE)
In H1 put this and copy down
=VLOOKUP(D1,A:B,2,FALSE)
In I1 put this and copy down
=VLOOKUP(E1,A:B,2,FALSE)
In J1 put this and copy down
=VLOOKUP(F1,A:B,2,FALSE)

Vaya con Dios,
Chuck, CABGx3



" wrote:

I have a table with 6 columns, A to F. Column A contains unique item
numbers. Column B contains descriptions of those items. Columns C-F
contain a random listing of the numbers from column A.

I want to replace the random listings of items in C-F with the
descriptions of the items from column B.

There are 1300 items. Can I do this without running 1300 Find and
Replaces?

I would be happy with four new columns added that have the descriptions
for the random items in C-F in the same order (not exactly a replace).

Thanks!

Al


  #3   Report Post  
Posted to microsoft.public.excel.misc
Jim May
 
Posts: n/a
Default Find and replace

If I understand you, then in Cell C2 enter =$B2
Copy C2 to D2:F2,
then Copy C2:F2 down to C3:C1301;

Again, if I understand your Q;
If this works then additionally,
You may want to Copy C2:F1301, and Paste-Special - as Values
to blow away the formulas leaving constants / values.



" wrote:

I have a table with 6 columns, A to F. Column A contains unique item
numbers. Column B contains descriptions of those items. Columns C-F
contain a random listing of the numbers from column A.

I want to replace the random listings of items in C-F with the
descriptions of the items from column B.

There are 1300 items. Can I do this without running 1300 Find and
Replaces?

I would be happy with four new columns added that have the descriptions
for the random items in C-F in the same order (not exactly a replace).

Thanks!

Al


  #4   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Find and replace

Great! This saved me hundreds of hours over the next year!

Al

CLR wrote:
In G1 put this and copy down
=VLOOKUP(C1,A:B,2,FALSE)
In H1 put this and copy down
=VLOOKUP(D1,A:B,2,FALSE)
In I1 put this and copy down
=VLOOKUP(E1,A:B,2,FALSE)
In J1 put this and copy down
=VLOOKUP(F1,A:B,2,FALSE)

Vaya con Dios,
Chuck, CABGx3



" wrote:

I have a table with 6 columns, A to F. Column A contains unique item
numbers. Column B contains descriptions of those items. Columns C-F
contain a random listing of the numbers from column A.

I want to replace the random listings of items in C-F with the
descriptions of the items from column B.

There are 1300 items. Can I do this without running 1300 Find and
Replaces?

I would be happy with four new columns added that have the descriptions
for the random items in C-F in the same order (not exactly a replace).

Thanks!

Al



  #5   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Find and replace

Happy to help...........thanks for the feedback

Vaya con Dios,
Chuck, CABGx3



" wrote:

Great! This saved me hundreds of hours over the next year!

Al

CLR wrote:
In G1 put this and copy down
=VLOOKUP(C1,A:B,2,FALSE)
In H1 put this and copy down
=VLOOKUP(D1,A:B,2,FALSE)
In I1 put this and copy down
=VLOOKUP(E1,A:B,2,FALSE)
In J1 put this and copy down
=VLOOKUP(F1,A:B,2,FALSE)

Vaya con Dios,
Chuck, CABGx3



" wrote:

I have a table with 6 columns, A to F. Column A contains unique item
numbers. Column B contains descriptions of those items. Columns C-F
contain a random listing of the numbers from column A.

I want to replace the random listings of items in C-F with the
descriptions of the items from column B.

There are 1300 items. Can I do this without running 1300 Find and
Replaces?

I would be happy with four new columns added that have the descriptions
for the random items in C-F in the same order (not exactly a replace).

Thanks!

Al




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
Macro: Find and replace Bertie Excel Discussion (Misc queries) 1 May 29th 06 02:01 PM
Find and Replace blakrapter Excel Worksheet Functions 3 December 15th 05 12:25 AM
Find & Replace in VB macro JackC Excel Discussion (Misc queries) 1 August 24th 05 09:22 PM
Find and replace of word causes change of font formatting jwa90010 New Users to Excel 4 July 22nd 05 08:10 PM
VB Find and Replace Bony_Pony Excel Worksheet Functions 10 December 6th 04 05:45 PM


All times are GMT +1. The time now is 04:24 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"