My problem is that I am unable to return a value based on a specific date (eg "01/28/2022") within a Google Sheet using VLookup. I have searched the site and cant find a solution.
I have 2 columns. Column 1 contains dates (that are formulas) and Column 2 contains the numeric values that I need. Becasue the dates are formulas I am aware I need to use the DATEVALUE function but I can't figure out how.
In another part of my spreadsheet I have successfully been able to return my Column 2 values based on the same Column 1 dates using the IF function and DATEVALUE(xx)=DATE(xx,xx,xx). However for VLookup I cant get it to work.