Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Our employees need to record mileage between buildings. We have a workbook
with two sheets; daily travel and mileage grid of distances between buildings. On the daily travel sheet they put in building codes (From-To) and get the mileage from the grid. I'd like to automate it so when the From-To codes are entered, the mileage from the grid is automatically entered. Example: A1=BldgA B1=BldgD C1=mileage from grid. ....Note: A Format Control on a form works, but there are several dozen entries, so this is too cumbersome. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jane,
With the list of buildings in C2:G2 and again in B3:B7 try using the formula: =OFFSET(B2,MATCH(H13,B2:B7)-1,MATCH(I13,B2:G2)-1) to extract the data from the data contained in the table -- HTH Sandy with @tiscali.co.uk "Jane" <Jane @discussions.microsoft.com wrote in message ... Our employees need to record mileage between buildings. We have a workbook with two sheets; daily travel and mileage grid of distances between buildings. On the daily travel sheet they put in building codes (From-To) and get the mileage from the grid. I'd like to automate it so when the From-To codes are entered, the mileage from the grid is automatically entered. Example: A1=BldgA B1=BldgD C1=mileage from grid. ....Note: A Format Control on a form works, but there are several dozen entries, so this is too cumbersome. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a schedule from a list of dates ? | Charts and Charting in Excel | |||
How do I total range of cells that have checks in checkboxes? | Excel Discussion (Misc queries) | |||
How do I link one cell to a range of cell with a drop-down menu? | Excel Discussion (Misc queries) | |||
input range in drop down list | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |