Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
James
 
Posts: n/a
Default Replace multiples from a list

Hello,

I have a list of categories in one column incrementally numbered in the next
column, and on another sheet I have the same categories listed with different
products.

In the sheet with products, I want to replace each instance of the category
name with it's corresponding number from the first list.

Yes - I can simply use Find/Replace for each category, but this would take a
long time with all the information, so I'd rather build a function (VLOOKUP?)
to do it all at once.

Any ideas would be greatly appreciated
  #2   Report Post  
bigwheel
 
Posts: n/a
Default

"James" wrote:

Hello,

I have a list of categories in one column incrementally numbered in the next
column, and on another sheet I have the same categories listed with different
products.

In the sheet with products, I want to replace each instance of the category
name with it's corresponding number from the first list.

Yes - I can simply use Find/Replace for each category, but this would take a
long time with all the information, so I'd rather build a function (VLOOKUP?)
to do it all at once.

Any ideas would be greatly appreciated


OK insert a new column on your second sheet, then put a formula similar to
this in the first cell (sheet name as yours is named)
=VLOOKUP(A1,Sheet1!$A$1:$B$5,2)
then copy the formula down the column as many times as is required.
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
loop trough e-mail address list to send task lists with outlook Paul. Excel Discussion (Misc queries) 2 April 14th 05 11:48 AM
LOOP - Adddress List -to email Paul. Excel Discussion (Misc queries) 0 April 13th 05 09:54 AM
Refresh a Validation List? jhollin1138 Excel Discussion (Misc queries) 3 February 17th 05 05:48 PM
Extracting Values on one list and not another B Schwarz Excel Discussion (Misc queries) 4 January 7th 05 01:48 PM
Creating a list from an existing list. Jad Excel Worksheet Functions 1 October 29th 04 06:00 AM


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