I am trying to pull data from one sheet into a summary sheet. Basically I am looking to pull if a given site met a target on a given day -- an admin is entering in the number of employees reporting for work on a day for each of 12 sites into a Smartsheet (called KU MR Attendance), and I need to see if they are meeting the target for the day.
I am using the following formula:
=VLOOKUP(Helper3,{KU MR Attendance Range 6},1)
where: Helper3 is the site concatenated with the day (ie. Campbellsville|10/11/21); {KU MR Attendance Range 6} is the range from the KU MR Attendance sheet that has a similar Helper column and the target met status.
The problem as shown above is that the top 5 are returning #NO MATC ... even though they are in the source sheet, the Lexington line is showing correct, the next two are inaccurate, and the final four are correct. Please note, the current VLOOKUP formula is pulling column 1 simply to troubleshoot ... once it starts working, I will be changing this to column 2.