Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Bev Bev is offline
external usenet poster
 
Posts: 28
Default How do i use the find and replace in excel 2003

I would like to replace 1800 product numbers and put my numbers onto them.
can i do this all at one time or do i have to relace the numbers 1 at a time.
Thanks for any help you can give me.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How do i use the find and replace in excel 2003

"Bev" wrote:
I would like to replace 1800 product numbers
and put my numbers onto them.
can i do this all at one time
or do i have to relace the numbers 1 at a time.


Unlikely that Edit Replace would work since you probably have 1,800
different replacement product numbers for the original set.

But a simple vlookup might suffice though.
Here's an example:

Assume the original-new product number reference table is in a sheet: x
in cols A and B, data from row2 down, eg:

Orig# New#
11111 PK001
11112 PK002
11113 PK003
etc

Assume your orig product source data is in Sheet1,
data running in B2 down, eg:

Orig#
11112
11112
11113
11111
11113
etc

Insert a new col C
Put in C2: =IF(B2="","",VLOOKUP(B2,x!A:B,2,0))
Copy C2 down as far as required. Col C will return the new product numbers.
If desired, kill the formulas in col C with an "in-place" copy n paste
special as values, then clean up by deleting col B.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Bev Bev is offline
external usenet poster
 
Posts: 28
Default How do i use the find and replace in excel 2003

Thanks Max i`ll give that a try.

"Max" wrote:

"Bev" wrote:
I would like to replace 1800 product numbers
and put my numbers onto them.
can i do this all at one time
or do i have to relace the numbers 1 at a time.


Unlikely that Edit Replace would work since you probably have 1,800
different replacement product numbers for the original set.

But a simple vlookup might suffice though.
Here's an example:

Assume the original-new product number reference table is in a sheet: x
in cols A and B, data from row2 down, eg:

Orig# New#
11111 PK001
11112 PK002
11113 PK003
etc

Assume your orig product source data is in Sheet1,
data running in B2 down, eg:

Orig#
11112
11112
11113
11111
11113
etc

Insert a new col C
Put in C2: =IF(B2="","",VLOOKUP(B2,x!A:B,2,0))
Copy C2 down as far as required. Col C will return the new product numbers.
If desired, kill the formulas in col C with an "in-place" copy n paste
special as values, then clean up by deleting col B.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

  #4   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How do i use the find and replace in excel 2003

Welcome, Bev. Let us know how it turned out for you.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Bev" wrote in message
...
Thanks Max i`ll give that a try.



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
Excel 2003 Find and Replace jr0410 New Users to Excel 2 December 2nd 07 10:12 PM
Find & Replace Option in Excel 2003 RachelN Setting up and Configuration of Excel 0 April 20th 06 05:44 PM
find and replace links in Excel 2003 MAndrews Excel Worksheet Functions 2 June 3rd 05 06:18 PM
Find and replace Excel, Office pro 2003 bval Excel Discussion (Misc queries) 6 January 28th 05 11:24 PM
Find and replace for comments in excel 2003 omprakash Excel Discussion (Misc queries) 1 January 28th 05 05:55 AM


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