I need to compare an individuals age and salary against a table to pick an insurance premium. My age ranges are along the top, and salary ranges are along the side. Is there a way that a column/row can represent a range? (i.e. column B
is 1-5
, C
is 6-10
etc.)
My idea is to use the INDEX
and MATCH
functions, but would rather not make a column for every age and a row for every salary.