Pete Wright
Member
I have some questions regarding Lookup & Reference formulas.
Since there will most likely be more then one question, I will keep them all together in this single topic.
Questions:
Since there will most likely be more then one question, I will keep them all together in this single topic.
Questions:
- A simplified example:
There is a date in Sheet1 Cell A5 > DATE(2020,1,1)
and there is a date converted to text in Sheet2 Cell B2 > TEXT(DATE(2020,1,1),"dd.mm.yyyy") within the range A2:B4 which has the Name MyList
Why is MATCH(TEXT(A5,"dd.mm.yyyy"),MyList,0) returning #N/A while EXACT(TEXT(A5,"dd.mm.yyyy"),Sheet2!B2) returns TRUE
See uploaded file (Chandoo_Question_LookupAndReference_001.xlsx)