How to Find Map Keys With a Value?

Below is a picture of how I add items to my map The key is the Cell Index then the Values is all the cell data from Cell size to Cell Y.

I have no issue finding the values if I already have the Cell Index(the Key). My issue is how would I find a certain Key(cell Index) if i only have a value such as the location or Cell y and cell x?

You’d need to resort to something uncivilised:

Or have another map (reflecting the first) where CellsXY are the keys…

344239-screenshot-5.png

1 Like

You can try do it in such way also