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 9253915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:20:15+00:00 2026-06-18T11:20:15+00:00

I have a Google Spreadsheet with 2 sheets. Table1 and Table2. Table 1 looks

  • 0

I have a Google Spreadsheet with 2 sheets. “Table1” and “Table2”.
Table 1 looks like this:

Column A = Name
Column B = Gender

In table2, I created a dropdown list in cilumn A that gets all the values from Table1, column1, rows 1-100. (Using Data > Validation > Criteria > Items from a list) Now in table2, column B, I want to display the value from table1, column B that is in the same row as the value I selected in the dropdown list.

So, let’s say in table1 I have

A       B
John    male
Kate    female
Steve   male

If I select “Steve” in the dropdown list on table2, column A, row 1, I want table 2, column B, row 1 to display “male”.

I tried to do it with Index, like I did in Excel, but then I get a value error, saying that the value in the dropdown is not a number.

Any help on this one? Thanks a lot!

  • 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-18T11:20:17+00:00Added an answer on June 18, 2026 at 11:20 am

    The function that you want to use is VLOOKUP. (Read about it here).

    VLOOKUP(search_criterion, array, index, sort_order)
    

    So your cell in the second sheet, you would want to use this.

    =VLOOKUP(A2,Sheet1!A1:B9,2,FALSE)
                                 ^ Set to TRUE if your data is sorted
                              ^ The column where "male" is stored relative to the array given.
                  ^ The array where to lookup the value, and retrieve the result
             ^ The value that you want to lookup.
    

    The following example table might help explain the “array” parameter.

      A      B
     joe    male
     dan    male
     mary female
    

    Your lookup array would be the entire dataset. (Note: The first column of your array is where it searches). You would then provide 2 as the index because that is the column from the array that you want to output.

    So VLOOKUP searches through the first column of the array for whatever value you provide. When it finds it, it takes the cell in that row, and in the column you specify, and outputs that.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a google spreadsheet that looks like this, for budget keeping. I want
I have a user that created about 50 sheets inside a Google Spreadsheet. Each
I have a google spreadsheet that uses this function: =SUM(E:E) - SUM(C:C) It adds
I have three scripts that are in a google docs spreadsheet. In this spreadsheet,
This is a script I have for a google spreadsheet. It all works except
I have a Google Sheets that has two columns. Second column is numbers only,
So I have a Google Form that feeds a Google Docs Spreadsheet. This form
I have a Google Form that feeds a Google Docs Spreadsheet. I'd like to--in
I would like to create a HLOOKUP in google doc spreadsheet: =HLOOKUP(aValue;DEC10!$D$2:$W$3;2;FALSE) I have
I have a Google Spreadsheet that I'd like to get in Python, then process

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.