I am trying to do a simple Vlookup like I have done many times in the past in google sheets, but this one does not work for an unknown reason.
I want to get the date in Column B.
The formula in the VLOOKUP field is "=VLOOKUP(C3,B6:C8,1)" It says it did not find the value I am searching for.


VLOOKUPalways work from left to right. Your formula should be=VLOOKUP(C3,{C6:C8,B6:B8},1)- marikamitsosVLOOKUP(C3,{C6:C8,B6:B8},2,0). You give very little info. - marikamitsos