Search : in
By :

Excel Auto fill based on criteria

Last answer on Aug 20, 2009 4:54:11 pm BST mcorrea, on Aug 19, 2009 5:20:15 pm BST 
 Report this message to moderators

Hello,
I am looking for some help. I have a current excel worksheet that has: a1=tech name, b1=address, c1=zip. We have to manually look up the zip and then data enter into sheet, the tech number and address are copy and paste. Now here is the issue, I reassign all of my jobs so the tech numbers change in the billing system. How can I copy the tech number and address out of the billing system and have excel recognize the address column (b1) and auto fill the zip code. I have approximately 300 hundred entries. I am looking for a way to have my origianl (master) 1-300 and after reassigning 301-600 have excel recognize the address and auto fill the zip based on matching a record in the 1-300. All addresses will be an exact match?

Thanks in advance
Matt

Configuration: Excel

Best answers for « Excel Auto fill based on criteria » in :
Colouring cells on conditions ShowColouring cells on conditions There are many pratical functions under Excel which is not commonly used. Example: If you wish a cell automatically turns red (or other formatting border, frame etc) under one condition: a result, a...
[Windows] Auto-completion of commands in the console ShowAuto-completion of commands within a console When using Linux a practical feature is to be able to complete a command by typing the first characters and pressing the TAB key to resume the rest. This feature can allow you to save...
Basic Excel Formulas ShowBasic Excel Formulas Below are some basic formulas for Microsoft excel: Basic formula : ADDITION cell A1 to A10 = sum (A1: A10) AVERAGE cell A1 to A10 = average (A1: A10) MAXIMUM cell A1 to A10 = max (A1: A10) MINIMUM...
Worksheet - Cells ShowThe Concept of a Cell A "cell" is the intersection between a line (horizontal) and a column (vertical) on a worksheet. Thus, the name of the line combined with the name of the column gives the cell's coordinates (the term address is sometimes also...
Spreadsheets - Cell Selection ShowCell Selection Spreadsheets are powerful tools for working with data. However, to work with data, it is necessary to have tools to rapidly choose the required cells. Line Selection An entire line can be chosen by clicking directly on the line...
Spreadsheets - The Excel Interface ShowExcel Introduction Microsoft Excel is the spreadsheet in the Microsoft Office office suite. To start it, simply click on the appropriate icon in the Start menu (in Windows) or click on an Excel file (that has an .xls file extension). A Excel...

1

 Excelguru, on Aug 20, 2009 4:54:11 pm BST

Use vlookup - VLOOKUP(lookup_value,table_array,col_index_num,FALSE)
dont for get to change the table_array fully locked A wise man once said, 'I complained that I had no shoes unti­l I met a man who had no feet.'
I am interested in financial Modelling and custom excel deve­lopment with excel macros.

Reply to Excelguru