ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Autofill Column D based on input in Column C (https://www.excelbanter.com/excel-discussion-misc-queries/20679-autofill-column-d-based-input-column-c.html)

Helen McClaine

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.


Dave Peterson

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),"Missi ng",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


All times are GMT +1. The time now is 01:56 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com