I have a Card Name in the Column in the original sheet.
I'm trying to bring the approval data and time back to the cell from "Track Approval" sheet.
I'm using the following formula.
=VLOOKUP([Card Name]@row, {Track Approval Range 1}, 1, true)
What am I doing wrong?