+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Pre-populated fields

  1. #1
    Registered User
    Join Date
    04-24-2012
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2007
    Posts
    1

    Pre-populated fields

    Hello,

    Brand new member, never posted anything from any site...

    Trying to create on a spreadsheet where if I entered a item # (A1), it would pre-populated the Item title (B1) and price (C1). I have a list of all these field on a separate sheet. Any guildance on how to do this???

    Thank you!

  2. #2
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Pre-populated fields

    You can do this with VLOOKUP, here is an example

    if your list is on Sheet2 in range A:C on sheet 1 you could do this:

    In cell B1
    =VLOOKUP(A1,Sheet2!A:C,2,0)

    In cell C2
    =VLOOKUP(A1,Sheet2!A:C,3,0)
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1