Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good Afternoon to all:
I am in the process of creating a schedule to determine the distances between ports this information will then help to determine work start times and other relevant information. For example the data matrix sheet will contain the various ports and distances in a matrix format. The schedule sheet will contain information such as: Port Distance Cell (A2)Savannah Cell (A3)Rio de Janiero the distance cell (lets call it B2) will refer back to A2 and A3 and then lookup the distances from the data matrix sheet. I was trying to use the following function but had some challenges with it. Below is an example: =Index(Matrix!$A$2:$A$31,MATCH(A2,$D$1:$AF$31,TRUE ,0),MATCH(A3,$D$1:$AF$31,TRUE,0)) I am trying to index on the port names in the Matrix and then look up the appropriate distance based on the entries in cells A2 and A3. Any assistance in figuring this out would be greatly appreciated!! Kind Regards, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to stop index match returning data where lookup cell empty | Excel Worksheet Functions | |||
Using Index & Match functions to find data on separate worksheet. | Excel Worksheet Functions | |||
Only text values matching using index/match lookup - data type pro | Excel Worksheet Functions | |||
Match and index functions: corrlating data from 2 worksheets | Excel Worksheet Functions | |||
The match and lookup functions can find literal data but not the same data referenced from a cell | Excel Discussion (Misc queries) |