A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Sure - it's happening no matter how basic I get: =lookup(J2, E:E, G:G). (It started happening in a more complicated scenario, but now I can't get it to work correctly anywhere)
Hi,
I would expect =lookup(J2, E:E, G:G) to work in the normal way and find the value of J2 in EE and return the corresponding value in G:G but there are circumstances where it might not.
Lets say that J2 was a calculated value containing several decimal places of which we're displaying 2. The way lookup works is that it searches for an exact match but if it doesn't find it then it returns the largest match that is less than the lookup value and because the real value isn't what we see in j2 this coulld mean it returns results we don't expect.
You may have to ROUND the lookup value in J2