#N/A in approximate match VLOOKUP (with Dates)

Copper Contributor

Hi Everyone 

I'm just going crazy here with about this Vlookup again and again on this report I'm trying to do. 

I have attached a spreadsheet. 

 

I'm am using a vlookup on the table, I'm trying to use the "Cycle Date" in the first column to return are the result in the second column "Cycle Date". while looking through "Workings (Cycle Dates)"

 

the formula seems to work form some the cells, but I still cant figure it out it is not working for all of them. 

 

Cycle DateCycle DateWorkings (Cycle Dates)  
29/03/2020#N/A29/09/201729/09/2017 - 28/10/2017Oct-17
29/03/2020#N/A  Nov-17
29/01/202029/01/2020 - 28/02/202029/10/201729/10/2017 - 28/11/2017Nov-17
29/01/202029/01/2020 - 28/02/2020   
6 Replies

@Kwesi Quartey 

In your formulas you use EXACT match, not approximate one =VLOOKUP(A2,C:D,2,0). Please note for approximate match lookup array shall be sorted.

@Sergei Baklan Hi Sergei, sorry I had made a typo. yes, you are correct I'm using an EXACT match not an approximate one. 

@Kwesi_Quartey 

For the exact match formula returns correct results.

@Sergei Baklan thanks, but I'm still getting "N/A" in some of the fields, which shouldn't be. I've looked some of the old reports and they don't have it. maybe it's me or I don't seem to understand what it is.

@Kwesi_Quartey 

An error is only for one date

image.png

which is not in the list

image.png

@Sergei Baklan hmmm, thanks again. I think there's an oversite on my side. let me try and figure this out.