Hi there, I am trying to use a VLOOUP formula that references a column in my existing sheet (a date) and then goes into a fiscal week lookup table. Matches the original date and displays the fiscal week match. To simplify I have spelled out every date in column 1 and fiscal week reference in column 2.
My formula is this and i keep getting a no match message even when I limit the search to only the row where I know there is a match.
=VLOOKUP([Start Date (Planning)]@row, {FY_lookup Range 5}, 2, true)
Start Date (Planning) - column in my original sheet
FY_lookup = Lookup sheet
Range5 = Column 1 and 2 where 1 has all dates and 2 has all fiscal weeks.