M
Mike
Hi all,
I am trying to return the value of a cell that is
an offset of another cell from a match funtion. I have a
color in cell AY52. I need to find the coresponding color
in a range from BA63:BA165. The range contains spaces and
numbers as well. I then need to return the values in a
range that is offset from that matched color. It begins in
the same row of the match and starts 6 columns to the
right. The range is 5 columns across and 6 rows down. In
other words if the matched color from cell AY52 is in
BA69, the table range is BG69:BK74. I can get the match
value of 13 and I can get to offets from entering it
directly from BA69, but I can't get the combination of the
two to work correctly.
=MATCH(AY52,BA63:BA165,0) <Works, returns 13
=OFFSET(BA69,0,6)<Works returns correct cell value of BG69
=OFFSET(MATCH(AY52,BA63:BA165,0),0,6))) <#value
anyone have 10 seconds to spare to help me out?
Thanks,
Mike
I am trying to return the value of a cell that is
an offset of another cell from a match funtion. I have a
color in cell AY52. I need to find the coresponding color
in a range from BA63:BA165. The range contains spaces and
numbers as well. I then need to return the values in a
range that is offset from that matched color. It begins in
the same row of the match and starts 6 columns to the
right. The range is 5 columns across and 6 rows down. In
other words if the matched color from cell AY52 is in
BA69, the table range is BG69:BK74. I can get the match
value of 13 and I can get to offets from entering it
directly from BA69, but I can't get the combination of the
two to work correctly.
=MATCH(AY52,BA63:BA165,0) <Works, returns 13
=OFFSET(BA69,0,6)<Works returns correct cell value of BG69
=OFFSET(MATCH(AY52,BA63:BA165,0),0,6))) <#value
anyone have 10 seconds to spare to help me out?
Thanks,
Mike