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

  • Home
  • SEARCH
  • 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 8448631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:28:49+00:00 2026-06-10T10:28:49+00:00

I have Sheet1 of User ID’s associated with multiple terms. The terms are listed

  • 0

I have Sheet1 of User ID’s associated with multiple terms. The terms are listed in separate columns. There are up to 30 terms for each user. The sheet is organized as User ID in column A and Terms in Columns B,C,D, etc.

I then have a series of Terms associated with a unique Categories in Sheet2 (Term in column A, Category in Column B). The goal is to match up users with categories. So, I need to perform a Vlookup of epic proportions or run a VBA program that compares the terms in columns B,C,D, etc in Sheet1 to the Terms in Column A in Sheet2.

If found in Sheet2 it would be great if the formula replaced the term with the associated category in Sheet1.

  • 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-06-10T10:28:51+00:00Added an answer on June 10, 2026 at 10:28 am

    Create a sheet3

    paste the following into sheet3, cell A1:

    =iferror(vlookup(sheet1!A1,sheet2!:$A:$B,2,0),sheet1!A1)
    

    Then drag down and to the right for as many rows / columns that were in sheet1.

    Essentially, the formula will lookup whatever is in each sheet1 cell in the sheet2 list. if it’s found it returns the value and if it isn’t it just shows what was on sheet1.

    Update

    If you have an older version of excel that doesnt have iferror you can use iserror like this:

    =if(iserror(vlookup(sheet1!A1,sheet2!:$A:$B,2,0)),sheet1!A1,vlookup(sheet1!A1,sheet2!:$A:$B,2,0))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a sheet with user details in columns A - C. Columns D-H
I have one excel sheet where user will enter meta data in each cell.
I have a user that created about 50 sheets inside a Google Spreadsheet. Each
I have a sprite sheet and I want to display images next to each
I have an excel sheet where the first column seems to be a running
I have an excel sheet, in which i have multiple cells selected, which are
I have an Excel workbook with a number of features: One main user-facing sheet
So I have Sheet1 and Sheet2 , Sheet1 is user set settings and Sheet2
I have sheet1.xls which is closed. I am working in sheet2.xls VBA as follows.
I have the below code: Sheet1.Range(AB3).Value = Application.WorksheetFunction.AverageIfs( _ .Range(AB5:AB & CStr(i)), _ .Range(AB5:AB

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.