Forum Discussion
ajmal_pottekattil_yoousuf
Feb 01, 2025Iron Contributor
Assistance Needed: VLOOKUP Not Functioning Properly
MY VLOOKUP IS NOT FUNCTION PROPERLY
That could be
7 Replies
- Harun24HRBronze Contributor
You may also go with FILTER() function like-
=FILTER(F:F,E:E=K14,"")
- johansmithCopper Contributor
It looks like you're having trouble with VLOOKUP. Could you provide more details on the issue? Are you getting an error message, or is it returning incorrect results? Also, check that:
- The lookup value is in the first column of the table array.
- The table array range is correct.
- The column index number is accurate.
- Exact/approximate match (TRUE or FALSE) is set correctly.
Let me know more details, and I'd be happy to help troubleshoot! 🚀
- SergeiBaklanDiamond Contributor
XMATCH and XLOOKUP do not lookup on multicolumn range, you shall use one column. If to change on
=XLOOKUP(K15,E4:E36,F4:F36,"NA",0,-1)
it works
- ajmal_pottekattil_yoousufIron Contributor
V LOOKUP VALUE
ACTUAL VALUE
could you please guide me solve this issue
- SergeiBaklanDiamond Contributor
- NnyiimockBitanyanmiBrass Contributor
Lovely