I have a spreadsheet that has the following layout (The layout is basically the coordinates of a square grid):
Name, top left x, top left y, top right x, top right y, bottom left x, bottom left y, bottom right x, bottom right y.
Given a set of input x and y values, I want to return the "name" cell value where the x and y input values fit inside the given top left, top right, bottom left and bottom right boundaries.
Any Help would be greatly appreciated.
Thanks,
marty
Bookmarks