Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have only 4 columns in a log book, the first is the Customer name the
second is the customer number, the other two are some date columns. I've been manually entering the customer name and number for the past year. I want to be able when adding a new row to type in the customer number and it will lookup above to find the customer name. is there anyway to do this? thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
No pun intended but lookin the help index for LOOKUP or MATCH
-- Don Guillett Microsoft MVP Excel SalesAid Software "jspen" wrote in message ... I have only 4 columns in a log book, the first is the Customer name the second is the customer number, the other two are some date columns. I've been manually entering the customer name and number for the past year. I want to be able when adding a new row to type in the customer number and it will lookup above to find the customer name. is there anyway to do this? thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
one suggestion using Index/Match - assuming customer names are in column A
and customer number is in column B, try entering this in the next empty row of column A (let's assume row 20 is the next available slot) so A20 would be =INDEX(A$1:A19, MATCH(B20, B$1:B19, 0)) adjust the range references as needed, but keep the $ where they are. then copy the formula down column A as far as needed. "jspen" wrote: I have only 4 columns in a log book, the first is the Customer name the second is the customer number, the other two are some date columns. I've been manually entering the customer name and number for the past year. I want to be able when adding a new row to type in the customer number and it will lookup above to find the customer name. is there anyway to do this? thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fill a column with the contents of another column based on a choic | Excel Discussion (Misc queries) | |||
lookup data and fill cells | Excel Worksheet Functions | |||
auto fill data into a cell from a lookup table | Excel Discussion (Misc queries) | |||
fill a particular cell on a series of worksheets from a lookup tab | Excel Discussion (Misc queries) | |||
Automatic Lookup/Fill-in | Excel Worksheet Functions |