A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do i use the find and replace in excel 2003



 
 
Thread Tools Display Modes
  #1  
Old December 20th, 2007, 08:33 PM posted to microsoft.public.excel.newusers
bev
external usenet poster
 
Posts: 182
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  
Old December 21st, 2007, 01:36 AM posted to microsoft.public.excel.newusers
Max
external usenet poster
 
Posts: 8,574
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  
Old December 21st, 2007, 02:18 PM posted to microsoft.public.excel.newusers
bev
external usenet poster
 
Posts: 182
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  
Old December 21st, 2007, 09:07 PM posted to microsoft.public.excel.newusers
Max
external usenet poster
 
Posts: 8,574
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.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:28 PM.


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