Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7428857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:52:32+00:00 2026-05-29T08:52:32+00:00

I have two separate Excel files containing an old and a new electrical plant

  • 0

I have two separate Excel files containing an old and a new electrical plant register, both containing electrical plant records identified by the same asset number.

The first file is our old asset register containing an old asset number and a full description of what the plant is. The second file is the new asset register. In some cases the people who made our new asset register put a meaningful description for what the piece of plant is, but when they saw our old asset number on some pieces of plant they just used that as the description.

What I need to do is pull from the old file the description of any records in the new file where the description = the asset number of that piece of plant in the old file.

I.e.

if (current_cell_value exists in old register)
  {pull description of that item from old register and store in corresponding cell in new register;}

Old file looks like this:

5538 PC
2398 Monitor

New file looks like this:

1449449 Office  IEC LEAD
1449450 Office  MONITOR
1449451 Office  5538
1449452 Office  2398
1449453 Office  IEC LEAD

Ultimately I want new file to look like this:

1449449 Office  IEC LEAD
1449450 Office  MONITOR
1449451 Office  PC
1449452 Office  MONITOR
1449453 Office  IEC LEAD

How would I do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T08:52:33+00:00Added an answer on May 29, 2026 at 8:52 am

    Assuming you can copy the old asset table columns A and B into an empty sheet in your new workbook, let’s put them on a sheet named “OLD”, again in columns A and B.

    Now assume your new dataset is columns A, B and C and it is column C where you need to change “some” of the values.

    In an empty column, let’s say D2, put this formula and copy down:

    =IF(ISNUMBER(MATCH(C2, Old!$A:$A, 0)), VLOOKUP(C2, Old!$A:$B, 2, 0), C2)
    

    Now you have a new set of values and hopefully all the numerics matched and now display the old register description.

    Highlight the new column of values and COPY them.
    Click on the original set of values in column C and do an Edit > Paste Special > Values

    Now, clear the column D and you’re done.

    NOTE: If you’re using Excel 2007+ then you can use a simpler formula than above, you can use this:

    =IFERROR(VLOOKUP(C2, Old!$A:$B, 2, 0), C2)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two separate columns within the same table in my database. Both of
I have two separate web applications, both in the same intranet. One of the
I have an odd need to open two separate instances of excel and having
I have a Excel CSV files with employee records in them. Something like this:
I have two separate views that both show multiple lists of values. Both views
I have two separate git repositories for the same version of a single website.
I have two separate tables both with user id columns uid . I want
I have two separate SELECT statements which are both GROUP-BY'd separately e.g.: SELECT x,
I have two separate processes, each with it's own database connection, inserting product records
In my project I have two separate DBs on the same server. The DBs

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.