I am trying to pull from a sheet that is essentially a list of new records that are entered weekly. To keep things clean I have a helper sheet that just lists the project name once and the rest of the columns pull in through an INDEX/MATCH. I am trying to have that helper sheet pull in only the most recent entry. There is a system generated column with the date. I am having trouble with the formula having it grab the most recent.
=IFERROR(INDEX({PERCENTAGE COMPLETE}, MATCH([Project Name]@row , {PROJECT NAME}, 0)), "")