Is there a way to get my VLOOKUP to return multiple values?
Current Formula:
=IF(ISBLANK([(REC) - Project Number]@row), "Part Number", IFERROR(VLOOKUP([(REC) - Project Number]@row, {QC1}, 3, false), "Part Number"))
In my example image, there are 5 Project Numbers with unique Dates / Part Numbers / Part Descriptions / PO Numbers is there a way to get my VLOOKUP to pull the Unique Values despite the Project Numbers being the same? I attempted to change false to true, but that only read the first value from bottom to top, please advise, thank you!