Hi there,
I came along this little annoying problem, yet is seems so simple. I have a VLOOKUP in place to return me a value, it could be between 0 and whatever. Then I used a simple
to make a statement about the return, but it doesn't react to anything. I tried it on normal numbers (not VLOOKUP results) and it works just fine.
Any ideas?
Thanks
I came along this little annoying problem, yet is seems so simple. I have a VLOOKUP in place to return me a value, it could be between 0 and whatever. Then I used a simple
=IF(P2>0, "Positive", "Negative")
to make a statement about the return, but it doesn't react to anything. I tried it on normal numbers (not VLOOKUP results) and it works just fine.
Any ideas?
Thanks