C
Chris
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,
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,