Forum Discussion
LEFT FUNCTION RESULT CANT READ BY MATCH
One possible reason for this could be that the data types of the value returned by the LEFT function and the data in the array you are searching with the MATCH function do not match.
The LEFT function returns a text value, so if the array you are searching with the MATCH function contains numbers or dates, you may need to convert the text value returned by the LEFT function to a number or date using the VALUE or DATEVALUE functions before using it in the MATCH function.
Could you provide more details about your formula and the data you are working with?
- NikolinoDEApr 18, 2023Platinum Contributor
Please include the following info to help others answer your question:
- Sandra_V670Apr 18, 2023Copper Contributor
Thank you NikolinoDE . The look up value contains numbers and letters but when I apply the LEFT Formula, numbers will only be left as data. The data format is in general. I got the right value Im looking for after LEFT but when I do match function and uses the DATA reslt in my LEFT function, it appears error.