+ Reply to Thread
Results 1 to 2 of 2

Autofill Column D based on input in Column C

  1. #1
    Helen McClaine
    Guest

    Autofill Column D based on input in Column C

    Is it possible to create a spreadsheet where I type a Category Number in
    Column C and the name of that category automatically shows in Column D?

    Specifically, I have an inventory of books for our resource center. When
    the Inventory was created, it was determined that both the category number
    and description should be included in every entry. (I haven't worked with it
    long enough to know how necessary this double-entry might be.) But it sure
    would be nice not to have to type even the beginning of the category names!

    Any ideas? Thanks in advance.


  2. #2
    Dave Peterson
    Guest

    Re: Autofill Column D based on input in Column C

    I'd use another sheet.

    Put the numbers in column A and the names in column B.

    Then you can use =vlookup() to return the name.

    Take a look at Debra Dalgleish's site for instructions on how to do =vlookup().
    http://www.contextures.com/xlFunctions02.html

    After you read Debra's site, you can modify your formula to look more like:

    =if(c2="","",if(iserror(yourvlookupformula),"Missing",yourvlookupformula))



    Helen McClaine wrote:
    >
    > Is it possible to create a spreadsheet where I type a Category Number in
    > Column C and the name of that category automatically shows in Column D?
    >
    > Specifically, I have an inventory of books for our resource center. When
    > the Inventory was created, it was determined that both the category number
    > and description should be included in every entry. (I haven't worked with it
    > long enough to know how necessary this double-entry might be.) But it sure
    > would be nice not to have to type even the beginning of the category names!
    >
    > Any ideas? Thanks in advance.


    --

    Dave Peterson

+ 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