Hello all, and thank you in advance for any help that you can provide. I am using a dropdown box, single selection, to select a date that determines data pulled from a table. I have 10 data values for each date in the table. I am attempting to use VLOOKUP to collect the data with the date from the dropdown box as the search value. My formula is:
=VLOOKUP([Current Week]4, {Mantis 2 Project Summary Data Range 1}, {Mantis 2 Project Summary Data Range 2}, false)
i have tried formatting the first column in the table, to match the date from the dropdown box to, as both date and text/number and neither is working. the error message i am receiving is '#INVALID DATA TYPE'.
Dennis