Help auto-filling data from one sheet into another.

I am not new to Numbers or other spreadsheet programs. I have a basic knowledge of Functions, but not a deep knowledge, which is where I'm running into trouble.

Here's what I have:

I have a sheet with a table that lists baseball players. Name in Column A and statistics in Columns B-F (Runs in Column B, Home Runs in Column C, RBI's in Column D, Stolen Bases in Column E and Batting Average in Column F). I have another sheet with a blank roster for a team... Positions in Column A, then blanks in the columns for the categories listed above, (Name, Runs, Home Runs, etc.).

Here's what I would like to do:

I want to be able to type the name of a player into the "Name" column in my second sheet, and then have Numbers automatically populate the statistical categories associated with that player from the first sheet into the appropriate columns.

Hope this makes sense, hope someone out there can help. Let me know if you need more info or clarification, and thank you in advance for any advice/help/direction.

iMac, Mac OS X (10.5.4)

Posted on Mar 8, 2010 4:38 PM

Reply
6 replies

May 8, 2010 4:04 PM in response to Kevin Walter

I'm having pretty much this same issue, but the solution is not working for me. I have a grocery list table with columns "Item" and "Price". I have a separate sheet with a table with a comprehensive list of Items and Prices.
I want to be able to type in the item name in my grocery list, and it automatically fill in the price.
Using the formula editor, I typed in

=LOOKUP($Item,Store :: $Item,Store :: Price)

It keeps telling me "LOOKUP couldn't find requested value"
I can't seem to find where I'm going wrong. Anyone have an idea?

I also have a related question...
What I would really like to happen is to have a drop down option for the Item category in the Grocery list table that automatically populates with the Item category from the store list. Is there a way to do this?

May 8, 2010 8:18 PM in response to haysfour

haysfour wrote:
I'm having pretty much this same issue, but the solution is not working for me. I have a grocery list table with columns "Item" and "Price". I have a separate sheet with a table with a comprehensive list of Items and Prices.
I want to be able to type in the item name in my grocery list, and it automatically fill in the price.
Using the formula editor, I typed in

=LOOKUP($Item,Store :: $Item,Store :: Price)

It keeps telling me "LOOKUP couldn't find requested value"
I can't seem to find where I'm going wrong. Anyone have an idea?


LOOKUP returns the value corresponding to the largest value in search range that is equal to or less than the search value. For text values, "largest" is determined by alphabetical order. All number values are greater than any text value.

The only ways I was able to reproduce the error you mentioned were by leaving the search value cell empty, by entering a value that was less than any value in the search range (search for "allspice" where the smallest value in search range was "basil"), or by entering a numerical value when there were no numbers in search range.

Your formula looks correct, assuming the result cell is on the same table as you enter the search value and both search range and result range are on the Table "Store".

I also have a related question...
What I would really like to happen is to have a drop down option for the Item category in the Grocery list table that automatically populates with the Item category from the store list. Is there a way to do this?


No.

Popup menus are constructed manually. Once constructed, they can be copied and pasted.

You might consider attacking the problem from the other direction, though. Add a column of checkboxes to the Store list, and use the checked items to build a shopping list in a second table.

The technique is described in this thread. A search of the Numbers '09 forum usiong "65537" will bring up other, similar threads.

Regards,
Barry

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Help auto-filling data from one sheet into another.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.