Wolfmanfafa
New Member
- Joined
- Nov 22, 2017
- Messages
- 6
I have a list of x and y values for a 600x600 coordinate plane. I want the plane divided up into 9 equal grids (200x200). Is there a formula to return which grid the x,y coordinate exists in? As of now, I think I can do it using several IF AND formulas in multiple cells. (ie.
IF (A2>0 AND A2<201,”zone 1”)
IF (A2>200 AND A2<401,”zone 2”)
Then do another one for B (y value) in a different column.
Then write a formula where it uses both values to determine which grid it’s in.
I’d like to do it with one simple formula if possible.
Thanks in advance!
IF (A2>0 AND A2<201,”zone 1”)
IF (A2>200 AND A2<401,”zone 2”)
Then do another one for B (y value) in a different column.
Then write a formula where it uses both values to determine which grid it’s in.
I’d like to do it with one simple formula if possible.
Thanks in advance!