I've problem with Microsoft Excel HLOOKUP function as below
As you can see, the result is #N/A for function that set true as lookup range
Where I'm expecting is should be 25 since it should find Mangga correctly (Like when it's false)
But searching Semangka would be as expected
Is there something that I miss?
Thanks and regards,
While
HLOOKUP()
will work withExact_Match
you can also useINDEX/MATCH
like-