Match using array of column and row references to match with



Can you use the match function or any combination of any function to find in
intersecting cell's value by matching to arrays of row values or matching to
a range of values per column. For instance, see data array and row and column
figures below. The row range is gas price range based on a certain date and
the column is miles hauled. Need to find the intersection to come up with
haul rate.

Miles Hualed
1 to 5 6 to 10 11 to 15
3.00 3.09 $0.170 $0.190 $0.209
3.10 3.19 $0.172 $0.192 $0.211
3.20 3.29 $0.174 $0.194 $0.213
3.30 3.39 $0.176 $0.196 $0.215















--
Kelly
.



Relevant Pages

  • RE: Simple INDEX MATCH Question
    ... The 1 is the lookup value for the match function. ... Imagine this set of data ... match is found so we get these 2 arrays ... As you will see matching 1 is found only on the fifth element of the array ...
    (microsoft.public.excel.worksheet.functions)
  • Re: To count number of quadruplets with sum = 0
    ... My attempt uses a different approach: create two sorted arrays, ... and then iterate over them looking for matching ...
    (comp.lang.python)
  • Re: using Address reference command
    ... column by matching a value in the header row (and maybe matching a value in one ... professional within the match function. ... b32708), in the array, this starts from the point represented the first ...
    (microsoft.public.excel.misc)
  • Re: Compare Datasets or Arrays
    ... It was called "matching" in that cardpunch concept. ... It is doing going foreward in the arrays by matching everytime the keys of ... it assumes that both arrays are sorted on the key value. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Match using array of column and row references to match with
    ... where G1 is for the Gas price and H1 is for the miles hauled. ... intersecting cell's value by matching to arrays of row values or matching to ... see data array and row and column ...
    (microsoft.public.excel.worksheet.functions)

Loading