I have a formula that acts as VLOOKUP with two values. It looks for x in column A and y in column B, when both found on the same row it returns the value in column C. The problem with this formula is that it doesn't stop calculating, each time I change a value in any field (not just A, B or C) or just scroll down the page it starts calculating making it impossible to use.
The formula is ended with Ctrl + Shift + Return
{=INDEX(C:C;MATCH("x"&"y";A1:A99&B1:B99;0))}
Anybody know how to get the same result without slowing excel down.
Thanks, Gareth