check and replace

  • Thread starter Arnfinn Hakkebo
  • Start date
A

Arnfinn Hakkebo

Have a excelfile that consiste of userid(6digitnumber), server, printer,
printserver and an ident
From those who is administring useraccounts I now get files with username
and userid in a csvfile.

Is there a easy way to check the excelfile for userid and replace it with
username?
The useridcolumn is contains a path like this: \\sfilxxxxxx04\090909\xxxxx
after replacement it will be something like:
\\sfilxxxyy\username\xxxx

regards
arnfinn
 
A

AlfD

Hi!

In a situation where you have a 1:1 correspondence between ID and Name
you could use VLOOKUP on the imported data.

Al
 
Top